The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: Update all images

+7 -7
+7 -7
.gitlab-ci.yml
··· 28 28 .monado.variables.debian:buster: 29 29 variables: 30 30 FDO_DISTRIBUTION_VERSION: buster 31 - FDO_DISTRIBUTION_TAG: "2021-10-28.0" 31 + FDO_DISTRIBUTION_TAG: "2022-01-21.0" 32 32 33 33 # Variables for build and usage of Debian 11 (Bullseye) image 34 34 .monado.variables.debian:bullseye: 35 35 variables: 36 36 FDO_DISTRIBUTION_VERSION: bullseye 37 - FDO_DISTRIBUTION_TAG: "2021-11-04.0" 37 + FDO_DISTRIBUTION_TAG: "2022-01-21.0" 38 38 39 39 # Variables for build and usage of Ubuntu 20.04 LTS (Focal) image 40 40 .monado.variables.ubuntu:focal: 41 41 variables: 42 42 FDO_DISTRIBUTION_VERSION: "20.04" 43 - FDO_DISTRIBUTION_TAG: "2021-10-27.1" 43 + FDO_DISTRIBUTION_TAG: "2022-01-21.0" 44 44 45 45 # Variables for build and usage of Ubuntu 21.04 (Hirsute) image 46 46 .monado.variables.ubuntu:hirsute: 47 47 variables: 48 48 FDO_DISTRIBUTION_VERSION: "21.04" 49 - FDO_DISTRIBUTION_TAG: "2021-10-27.1" 49 + FDO_DISTRIBUTION_TAG: "2022-01-21.0" 50 50 51 51 # Variables for build and usage of Ubuntu 21.10 (Impish) image 52 52 .monado.variables.ubuntu:impish: 53 53 variables: 54 54 FDO_DISTRIBUTION_VERSION: "21.10" 55 - FDO_DISTRIBUTION_TAG: "2021-10-28.0" 55 + FDO_DISTRIBUTION_TAG: "2022-01-21.0" 56 56 57 57 # Variables for build and usage of Debian 10 (Buster) + Android NDK image 58 58 .monado.variables.debian:buster-ndk: 59 59 variables: 60 60 FDO_DISTRIBUTION_VERSION: buster 61 - FDO_DISTRIBUTION_TAG: "2020-05-06.0" 61 + FDO_DISTRIBUTION_TAG: "2022-01-21.0" 62 62 FDO_REPO_SUFFIX: ndk 63 63 64 64 # Variables for build and usage of Arch Linux image 65 65 .monado.variables.arch:rolling: 66 66 variables: 67 - FDO_DISTRIBUTION_TAG: "2021-09-14.0" 67 + FDO_DISTRIBUTION_TAG: "2022-01-21.0" 68 68 69 69 include: 70 70 - project: "freedesktop/ci-templates"