drop stretch in favour of bookworm

This commit is contained in:
John
2023-07-08 15:54:20 +02:00
parent ae8e689e11
commit 5c5a150fed
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ elif [[ "x$1" = "xrelease" ]]; then
else
namesuffix='.build'
target=deb
images='bullseye buster stretch'
images='bookworm bullseye buster'
if [[ -n "$LIMITIMG" ]]; then
images=$(echo " $images " | sed -e "s#.* \($LIMITIMG\) .*#\1#")
echo "limiting to image $images"