Skip to content

Commit 892818b

Browse files
committed
remove hard code
1 parent 49680a3 commit 892818b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
148148
# Use the standardized mkimage.sh path for the selected board
149149
# BOARD_SCRIPT="src/board/${{ inputs.board }}/mkimage.sh"
150-
BOARD_SCRIPT="src/board/raspberry-pi-4/mkimage.sh"
150+
BOARD_SCRIPT="src/board/{{ inputs.board }}/mkimage.sh"
151151
152152
if [ -f "$BOARD_SCRIPT" ]; then
153153
echo "Using board-specific image creation script: $BOARD_SCRIPT"

0 commit comments

Comments
 (0)