We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de685bc commit c30477bCopy full SHA for c30477b
.github/workflows/build-image.yml
@@ -9,6 +9,7 @@ on:
9
required: true
10
options:
11
- raspberry-pi-4
12
+ - banana-pi-r3
13
default: 'raspberry-pi-4'
14
use_latest_release:
15
description: 'Use latest release artifacts instead of workflow artifacts'
@@ -55,6 +56,10 @@ jobs:
55
56
echo "BOOTLOADER=rpi4_boot" >> $GITHUB_ENV
57
echo "TARGET=aarch64" >> $GITHUB_ENV
58
;;
59
+ banana-pi-r3)
60
+ echo "BOOTLOADER=mt7986_sd_boot" >> $GITHUB_ENV
61
+ echo "TARGET=aarch64" >> $GITHUB_ENV
62
+ ;;
63
*)
64
echo "Error: Unknown board ${{ inputs.board }}"
65
exit 1
0 commit comments