WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 887106e

Browse files
authored
UFS: Fix CI behavior
Commented out the declaration of DOCKER_ARMBIAN_BASE_IMAGE as it needs to be set manually outside.
1 parent 2e4e238 commit 887106e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ufs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Create UFS aligned image (requires >= Debian 13 (Trixie) Host)
2-
declare -g DOCKER_ARMBIAN_BASE_IMAGE=debian:trixie
2+
# declare -g DOCKER_ARMBIAN_BASE_IMAGE=debian:trixie # Use this env variable manually
33
function extension_prepare_config__ufs {
44
# Skip version check if only generating config definitions
55
if [[ "${CONFIG_DEFS_ONLY}" != "yes" ]]; then

0 commit comments

Comments
 (0)