mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +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