mirror of
https://github.com/m5stack/build.git
synced 2026-05-20 11:48:25 -07:00
UEFI arm64: add cloud branch to the board config
While adding cloud branch, we forget to add this to the board config. Everything else exists and images were already tested on netcup VPS instances.
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
declare -g BOARD_NAME="UEFI arm64"
|
||||
declare -g BOARDFAMILY="uefi-arm64"
|
||||
declare -g BOARD_MAINTAINER="rpardini"
|
||||
declare -g KERNEL_TARGET="legacy,current,edge"
|
||||
declare -g KERNEL_TARGET="legacy,current,edge,cloud"
|
||||
declare -g KERNEL_TEST_TARGET="current"
|
||||
declare -g BOOT_LOGO=desktop
|
||||
|
||||
Reference in New Issue
Block a user