mirror of
https://github.com/YunoHost/lxd_img_builder.git
synced 2024-09-03 19:56:55 +02:00
Adding stable
This commit is contained in:
parent
9d249a1a52
commit
0f7a96db9a
1 changed files with 6 additions and 1 deletions
|
@ -186,6 +186,11 @@ for DIST in "bullseye" # Add new debian version here
|
||||||
do
|
do
|
||||||
for ARCH in "$(get_arch)"
|
for ARCH in "$(get_arch)"
|
||||||
do
|
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
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue