From 94ba2acee31158f91bdf490036d1a165b969123f Mon Sep 17 00:00:00 2001 From: Igor Date: Sun, 13 Jul 2025 21:58:01 +0200 Subject: [PATCH] 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. --- config/boards/uefi-arm64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/boards/uefi-arm64.conf b/config/boards/uefi-arm64.conf index 9a2687b9c..06ee21a6c 100644 --- a/config/boards/uefi-arm64.conf +++ b/config/boards/uefi-arm64.conf @@ -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