Skip to content

Commit 35999f0

Browse files
committed
fixup
1 parent a426045 commit 35999f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-image.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
type: boolean
1616
default: false
1717
pull_request:
18-
types: [labeled]
18+
types: [push]
1919
jobs:
2020
create-image:
2121
name: Create SD Card Image for ${{ inputs.board }}
@@ -140,7 +140,8 @@ jobs:
140140
export BR2_EXTERNAL_INFIX_PATH=$PWD
141141
142142
# Use the standardized mkimage.sh path for the selected board
143-
BOARD_SCRIPT="src/board/${{ inputs.board }}/mkimage.sh"
143+
# BOARD_SCRIPT="src/board/${{ inputs.board }}/mkimage.sh"
144+
BOARD_SCRIPT="src/board/raspberry-pi-4/mkimage.sh"
144145
145146
if [ -f "$BOARD_SCRIPT" ]; then
146147
echo "Using board-specific image creation script: $BOARD_SCRIPT"

0 commit comments

Comments
 (0)