mirror of
				https://github.com/TomWright/dasel.git
				synced 2022-05-22 02:32:45 +03:00 
			
		
		
		
	Merge pull request #173 from TomWright/linux_arm32
Add linux arm32 build target
This commit is contained in:
		
							
								
								
									
										10
									
								
								.github/workflows/build-dev.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/build-dev.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -16,6 +16,7 @@ jobs: | ||||
|           - amd64 | ||||
|           - 386 | ||||
|           - arm64 | ||||
|           - arm | ||||
|         include: | ||||
|           - os: linux | ||||
|             arch: amd64 | ||||
| @@ -47,6 +48,11 @@ jobs: | ||||
|             artifact_name: dasel_linux_arm64 | ||||
|             build_docker: false | ||||
|             test_version: false | ||||
|           - os: linux | ||||
|             arch: arm | ||||
|             artifact_name: dasel_linux_arm32 | ||||
|             build_docker: false | ||||
|             test_version: false | ||||
|         exclude: | ||||
|           - os: darwin | ||||
|             arch: 386 | ||||
| @@ -54,6 +60,10 @@ jobs: | ||||
|             arch: arm64 | ||||
|           - os: windows | ||||
|             arch: arm64 | ||||
|           - os: windows | ||||
|             arch: arm | ||||
|           - os: darwin | ||||
|             arch: arm | ||||
|     name: Dev build ${{ matrix.os }} ${{ matrix.arch }} | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|   | ||||
							
								
								
									
										11
									
								
								.github/workflows/build-test.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								.github/workflows/build-test.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -20,6 +20,7 @@ jobs: | ||||
|           - amd64 | ||||
|           - 386 | ||||
|           - arm64 | ||||
|           - arm | ||||
|         include: | ||||
|           - os: linux | ||||
|             arch: amd64 | ||||
| @@ -57,6 +58,12 @@ jobs: | ||||
|             build_docker: false | ||||
|             test_version: false | ||||
|             test_execution: false | ||||
|           - os: linux | ||||
|             arch: arm | ||||
|             artifact_name: dasel_linux_arm32 | ||||
|             build_docker: false | ||||
|             test_version: false | ||||
|             test_execution: false | ||||
|         exclude: | ||||
|           - os: darwin | ||||
|             arch: 386 | ||||
| @@ -64,6 +71,10 @@ jobs: | ||||
|             arch: arm64 | ||||
|           - os: windows | ||||
|             arch: arm64 | ||||
|           - os: windows | ||||
|             arch: arm | ||||
|           - os: darwin | ||||
|             arch: arm | ||||
|     name: Dev build ${{ matrix.os }} ${{ matrix.arch }} | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|   | ||||
							
								
								
									
										10
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							| @@ -15,6 +15,7 @@ jobs: | ||||
|           - amd64 | ||||
|           - 386 | ||||
|           - arm64 | ||||
|           - arm | ||||
|         include: | ||||
|           - os: linux | ||||
|             arch: amd64 | ||||
| @@ -52,6 +53,11 @@ jobs: | ||||
|             asset_name: dasel_linux_arm64 | ||||
|             build_docker: false | ||||
|             test_version: false | ||||
|           - os: linux | ||||
|             arch: arm | ||||
|             artifact_name: dasel_linux_arm32 | ||||
|             build_docker: false | ||||
|             test_version: false | ||||
|         exclude: | ||||
|             - os: darwin | ||||
|               arch: 386 | ||||
| @@ -59,6 +65,10 @@ jobs: | ||||
|               arch: arm64 | ||||
|             - os: windows | ||||
|               arch: arm64 | ||||
|             - os: windows | ||||
|               arch: arm | ||||
|             - os: darwin | ||||
|               arch: arm | ||||
|     name: Build ${{ matrix.os }} ${{ matrix.arch }} | ||||
|     runs-on: ubuntu-latest | ||||
|     steps: | ||||
|   | ||||
| @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | ||||
|  | ||||
| - Nothing yet. | ||||
|  | ||||
| ## [v1.21.2] - 2021-10-21 | ||||
|  | ||||
| ### Added | ||||
|  | ||||
| - Linux arm32 build target. | ||||
|  | ||||
| ## [v1.21.1] - 2021-09-30 | ||||
|  | ||||
| ### Changed | ||||
| @@ -387,7 +393,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | ||||
|  | ||||
| - Everything! | ||||
|  | ||||
| [unreleased]: https://github.com/TomWright/dasel/compare/v1.21.1...HEAD | ||||
| [unreleased]: https://github.com/TomWright/dasel/compare/v1.21.2...HEAD | ||||
| [v1.21.2]: https://github.com/TomWright/dasel/compare/v1.21.1...v1.21.2 | ||||
| [v1.21.1]: https://github.com/TomWright/dasel/compare/v1.21.0...v1.21.1 | ||||
| [v1.21.0]: https://github.com/TomWright/dasel/compare/v1.20.1...v1.21.0 | ||||
| [v1.20.1]: https://github.com/TomWright/dasel/compare/v1.20.0...v1.20.1 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Tom Wright
					Tom Wright