mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-04 21:08:03 +00:00
ci: Fix focal container
This commit is contained in:
parent
c7bff330e2
commit
d1cad2eda8
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue