From ebc129fa5299dd723677f591a39a5969314080fb Mon Sep 17 00:00:00 2001 From: Mecid Date: Wed, 12 Nov 2025 23:23:46 +0100 Subject: [PATCH] UFS: Fix CI behavior (#8924) Commented out the declaration of DOCKER_ARMBIAN_BASE_IMAGE as it needs to be set manually outside. --- extensions/ufs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/ufs.sh b/extensions/ufs.sh index 9c8a584094..fdb3117394 100644 --- a/extensions/ufs.sh +++ b/extensions/ufs.sh @@ -1,5 +1,5 @@ # Create UFS aligned image (requires >= Debian 13 (Trixie) Host) -declare -g DOCKER_ARMBIAN_BASE_IMAGE=debian:trixie +# declare -g DOCKER_ARMBIAN_BASE_IMAGE=debian:trixie # Use this env variable manually function extension_prepare_config__ufs { # Skip version check if only generating config definitions if [[ "${CONFIG_DEFS_ONLY}" != "yes" ]]; then