We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb601c commit 68e8dafCopy full SHA for 68e8daf
1 file changed
.github/workflows/build-pi-image.yml
@@ -33,7 +33,11 @@ jobs:
33
EOF
34
chmod +x docker-stage/00-run-chroot.d/02-copy-compose.sh
35
# c) Add empty 00-run.sh to ensure rootfs is created
36
- touch docker-stage/00-run.sh
+ cat > docker-stage/00-run.sh << 'EOF'
37
+ #!/bin/bash
38
+ set -e
39
+ echo "docker-stage 00-run.sh: minimal script to ensure rootfs is created"
40
+ EOF
41
chmod +x docker-stage/00-run.sh
42
43
- name: Build Raspberry Pi image
0 commit comments