diff --git a/image_builder b/image_builder index 21f19df..7e6f4ec 100755 --- a/image_builder +++ b/image_builder @@ -186,6 +186,11 @@ for DIST in "bullseye" # Add new debian version here do for ARCH in "$(get_arch)" do - rebuild_base_lxc "unstable" $DIST $ARCH + 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