From afb077965017f17fe898f9524be6dd05bc52a02d Mon Sep 17 00:00:00 2001 From: Kay0u Date: Wed, 10 Aug 2022 11:08:29 +0200 Subject: [PATCH] We can now build a stable image for Bullseye --- image_builder | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/image_builder b/image_builder index 7e6f4ec..0f205fd 100755 --- a/image_builder +++ b/image_builder @@ -169,20 +169,7 @@ function from_stable_to_another_version() set +x } -for DIST in "buster" # Add new debian version here -do - for ARCH in "$(get_arch)" - do - rebuild_base_lxc "stable" $DIST $ARCH - - for YNH_BRANCH in "testing" "unstable" - do - from_stable_to_another_version $YNH_BRANCH $DIST $ARCH - done - done -done - -for DIST in "bullseye" # Add new debian version here +for DIST in "buster" "bullseye" # Add new debian version here do for ARCH in "$(get_arch)" do