Bump Ubuntu image to 20.04

This commit is contained in:
fnux 2020-04-28 07:21:45 +02:00
parent 2c32f6c5bc
commit caf8ad910f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ set -e
set -x
# XXX: Handle command-line arguments?
RELEASE=eoan # 19.10
RELEASE=focal # 20.04
ARCH=amd64
IMAGE_PATH=ubuntu-$RELEASE-$(date --iso-8601).img.qcow2
IMAGE_SIZE=10G