Compare commits

...

2 Commits

Author SHA1 Message Date
Timothée Floure 08c4d0388d
Bump debian image to bullseye 2021-10-25 14:16:01 +02:00
Timothée Floure 5f572b65b8
Bump alpine image to release 3.14 2021-10-25 14:15:19 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ set -e
set -x
# XXX: Handle command-line arguments?
RELEASE=v3.13
RELEASE=v3.14
ARCH=x86_64
IMAGE_PATH=alpine-$RELEASE-$(date -I).img.qcow2
IMAGE_SIZE=10G

View File

@ -9,7 +9,7 @@ set -e
set -x
# XXX: Handle command-line arguments?
RELEASE=buster # 10.X
RELEASE=bullseye # 11.X
ARCH=amd64
IMAGE_PATH=debian-$RELEASE-$(date --iso-8601).img.qcow2
IMAGE_SIZE=10G