Skip to content

Commit

Permalink
skip building NOOBS image
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmoguy committed Apr 29, 2021
1 parent 0736bf5 commit 523103c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
run: |
cd images/raspbian/
git clone https://github.com/RPi-Distro/pi-gen.git
cd pi-gen
- name: Build image
run: |
cd images/raspbian/pi-gen/
echo "IMG_NAME='faucet_${{ github.event.release.tag_name }}_raspbian'" > config
mkdir ./stage2/04-install-faucet/
mv ../install-faucet.sh ./stage2/04-install-faucet/02-run.sh
rm ./stage2/EXPORT_NOOBS
touch ./stage3/SKIP ./stage4/SKIP ./stage5/SKIP
touch ./stage4/SKIP_IMAGES ./stage5/SKIP_IMAGES
./build-docker.sh
Expand Down

0 comments on commit 523103c

Please sign in to comment.