Skip to content

Commit c30477b

Browse files
committed
workflows: create-image: add banana pi r3 as target board
Only SD card for now.
1 parent de685bc commit c30477b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-image.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
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'
@@ -55,6 +56,10 @@ jobs:
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

0 commit comments

Comments
 (0)