mirror of
				https://github.com/Kabbone/zmk-config.git
				synced 2025-10-31 13:54:28 +01:00 
			
		
		
		
	zephyr build update
This commit is contained in:
		
							parent
							
								
									8bbabb3546
								
							
						
					
					
						commit
						95f7b521e7
					
				
							
								
								
									
										7
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										7
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @ -22,7 +22,7 @@ jobs: | ||||
|   build: | ||||
|     runs-on: ubuntu-latest | ||||
|     container: | ||||
|       image: zmkfirmware/zmk-build-arm:2.5 | ||||
|       image: zmkfirmware/zmk-build-arm:stable | ||||
|     needs: matrix | ||||
|     name: Build | ||||
|     strategy: | ||||
| @ -71,11 +71,6 @@ jobs: | ||||
|       - name: West Build (${{ steps.variables.outputs.display-name }}) | ||||
|         run: | | ||||
|           west build -s zmk/app -b ${{ matrix.board }} -- -DZMK_CONFIG=${GITHUB_WORKSPACE}/config ${{ steps.variables.outputs.extra-cmake-args }} ${{ matrix.cmake-args }} | ||||
|       - name: ${{ steps.variables.outputs.display-name }} DTS File | ||||
|         if: ${{ always() }} | ||||
|         run: | | ||||
|           if [ -f "build/zephyr/${{ matrix.board }}.dts.pre.tmp" ]; then cat -n build/zephyr/${{ matrix.board }}.dts.pre.tmp; fi | ||||
|           if [ -f "build/zephyr/zephyr.dts" ]; then cat -n build/zephyr/zephyr.dts; fi | ||||
|       - name: ${{ steps.variables.outputs.display-name }} Kconfig file | ||||
|         run: cat build/zephyr/.config | grep -v "^#" | grep -v "^$" | ||||
|       - name: Rename artifacts | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user