UFS: Fix CI behavior (#8924)

Commented out the declaration of DOCKER_ARMBIAN_BASE_IMAGE as it needs to be set manually outside.
This commit is contained in:
Mecid 2025-11-12 23:23:46 +01:00 committed by GitHub
parent 2e4e238f62
commit ebc129fa52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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