mirror of
https://github.com/YunoHost/lxd_img_builder.git
synced 2024-09-03 19:56:55 +02:00
We can now build a stable image for Bullseye
This commit is contained in:
parent
3b8a67aeb2
commit
afb0779650
1 changed files with 1 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue