We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a426045 commit 35999f0Copy full SHA for 35999f0
.github/workflows/build-image.yml
@@ -15,7 +15,7 @@ on:
15
type: boolean
16
default: false
17
pull_request:
18
- types: [labeled]
+ types: [push]
19
jobs:
20
create-image:
21
name: Create SD Card Image for ${{ inputs.board }}
@@ -140,7 +140,8 @@ jobs:
140
export BR2_EXTERNAL_INFIX_PATH=$PWD
141
142
# Use the standardized mkimage.sh path for the selected board
143
- BOARD_SCRIPT="src/board/${{ inputs.board }}/mkimage.sh"
+ # BOARD_SCRIPT="src/board/${{ inputs.board }}/mkimage.sh"
144
+ BOARD_SCRIPT="src/board/raspberry-pi-4/mkimage.sh"
145
146
if [ -f "$BOARD_SCRIPT" ]; then
147
echo "Using board-specific image creation script: $BOARD_SCRIPT"
0 commit comments