ci: Fix focal container

This commit is contained in:
Jakob Bornecrantz 2021-03-23 02:12:56 +00:00
parent c7bff330e2
commit d1cad2eda8
2 changed files with 3 additions and 3 deletions

View file

@ -28,19 +28,19 @@ variables:
.monado.variables.debian:buster:
variables:
FDO_DISTRIBUTION_VERSION: buster
FDO_DISTRIBUTION_TAG: "2021-03-22.1"
FDO_DISTRIBUTION_TAG: "2021-03-23.0"
# Variables for build and usage of Ubuntu 20.04 LTS (Focal) image
.monado.variables.ubuntu:focal:
variables:
FDO_DISTRIBUTION_VERSION: "20.04"
FDO_DISTRIBUTION_TAG: "2021-03-22.1"
FDO_DISTRIBUTION_TAG: "2021-03-23.0"
# Variables for build and usage of Ubuntu 20.10 (Groovy) image
.monado.variables.ubuntu:groovy:
variables:
FDO_DISTRIBUTION_VERSION: "20.10"
FDO_DISTRIBUTION_TAG: "2021-03-22.1"
FDO_DISTRIBUTION_TAG: "2021-03-23.0"
# Variables for build and usage of Debian 10 (Buster) + Android NDK image
.monado.variables.debian:buster-ndk: