Adding stable

This commit is contained in:
yalh76 2022-05-18 03:31:34 +02:00
parent 9d249a1a52
commit 0f7a96db9a

View file

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