Skip to content

Commit 7434a94

Browse files
committed
fixup
1 parent b110354 commit 7434a94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949
5050
- name: Set bootloader and target based on board
5151
run: |
52-
case "${{ inputs.board }}" in
52+
#case "${{ inputs.board }}" in
53+
case "raspberry-pi-4" in
5354
raspberry-pi-4)
5455
echo "BOOTLOADER=rpi4_boot" >> $GITHUB_ENV
5556
echo "TARGET=aarch64" >> $GITHUB_ENV

0 commit comments

Comments
 (0)