File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 99 required : true
1010 options :
1111 - raspberry-pi-4
12+ - banana-pi-r3
1213 default : ' raspberry-pi-4'
1314 use_latest_release :
1415 description : ' Use latest release artifacts instead of workflow artifacts'
5556 echo "BOOTLOADER=rpi4_boot" >> $GITHUB_ENV
5657 echo "TARGET=aarch64" >> $GITHUB_ENV
5758 ;;
59+ banana-pi-r3)
60+ echo "BOOTLOADER=mt7986_sd_boot" >> $GITHUB_ENV
61+ echo "TARGET=aarch64" >> $GITHUB_ENV
62+ ;;
5863 *)
5964 echo "Error: Unknown board ${{ inputs.board }}"
6065 exit 1
@@ -142,7 +147,7 @@ jobs:
142147
143148 # Use the standardized mkimage.sh path for the selected board
144149 # BOARD_SCRIPT="src/board/${{ inputs.board }}/mkimage.sh"
145- BOARD_SCRIPT="src/board/raspberry-pi-4 /mkimage.sh"
150+ BOARD_SCRIPT="src/board/${{ inputs.board }} /mkimage.sh"
146151
147152 if [ -f "$BOARD_SCRIPT" ]; then
148153 echo "Using board-specific image creation script: $BOARD_SCRIPT"
You can’t perform that action at this time.
0 commit comments