We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41ba4cf commit b0d40aaCopy full SHA for b0d40aa
1 file changed
.github/workflows/build-pi-image.yml
@@ -52,9 +52,11 @@ jobs:
52
53
- name: Build Raspberry Pi image with pi-gen-action
54
uses: usimd/pi-gen-action@v1
55
+ id: build
56
with:
57
image-name: bitbot-pi
58
hostname: bitbot
59
+ enable-ssh: true
60
stage-list: stage0 stage1 stage2 test-stage
61
release: bookworm
62
# increase-runner-disk-size: true
@@ -63,4 +65,4 @@ jobs:
63
65
uses: actions/upload-artifact@v4
64
66
67
name: bitbot-pi-image
- path: pi-gen/deploy/*.img
68
+ path: ${{ steps.build.outputs.image-path }}
0 commit comments