Skip to content

Commit

Permalink
Update build.yml - only one image to be built
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-vivas authored Dec 18, 2023
1 parent 16e5178 commit 8d6a8f0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ jobs:
host:
- path: ./hosts/raspi4/aarch64.json
imgName: raspberry-pi4-aarch64.img
- path: ./hosts/raspi4/aarch64-debug.json
imgName: raspberry-pi4-aarch64-debug.img
- path: ./hosts/raspi4/aarch64-cm4.json
imgName: raspberry-pi4-aarch64-cm4.img
- path: ./hosts/raspi4/aarch64-cm4-debug.json
imgName: raspberry-pi4-aarch64-cm4-debug.img
- path: ./hosts/raspi4/armv7.json
imgName: raspberry-pi4-armv7.img
- path: ./hosts/raspi4/armv7-debug.json
imgName: raspberry-pi4-armv7-debug.img
#- path: ./hosts/raspi4/aarch64-debug.json
# imgName: raspberry-pi4-aarch64-debug.img
#- path: ./hosts/raspi4/aarch64-cm4.json
# imgName: raspberry-pi4-aarch64-cm4.img
#- path: ./hosts/raspi4/aarch64-cm4-debug.json
# imgName: raspberry-pi4-aarch64-cm4-debug.img
#- path: ./hosts/raspi4/armv7.json
# imgName: raspberry-pi4-armv7.img
#- path: ./hosts/raspi4/armv7-debug.json
# imgName: raspberry-pi4-armv7-debug.img
#- path: ./hosts/raspi3/aarch64.json
# imgName: raspberry-pi3.img
#- path: ./hosts/raspi4/ace.json
Expand Down

0 comments on commit 8d6a8f0

Please sign in to comment.