mirror of https://github.com/armbian/build.git
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:
parent
370bedb42d
commit
94ba2acee3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue