The open source OpenXR runtime
0
fork

Configure Feed

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

ci: bump bookworm amd jammy image tag

+4 -4
+2 -2
.gitlab-ci.yml
··· 130 130 .monado.variables.debian:bookworm: 131 131 variables: 132 132 FDO_DISTRIBUTION_VERSION: "bookworm" 133 - FDO_DISTRIBUTION_TAG: "2024-03-21.2" 133 + FDO_DISTRIBUTION_TAG: "2024-04-16" 134 134 135 135 # Variables for build and usage of Debian bullseye image 136 136 .monado.variables.debian:bullseye: ··· 155 155 .monado.variables.ubuntu:jammy: 156 156 variables: 157 157 FDO_DISTRIBUTION_VERSION: "22.04" 158 - FDO_DISTRIBUTION_TAG: "2024-01-16" 158 + FDO_DISTRIBUTION_TAG: "2024-04-16" 159 159 160 160 # Variables for build and usage of Arch image 161 161 .monado.variables.arch:
+2 -2
.gitlab-ci/config.yml
··· 72 72 # This image does some extra work. 73 73 - codename: bookworm 74 74 script: i386_and_proclamation_container_prep.sh 75 - tag: "2024-03-21.2" 75 + tag: "2024-04-16" 76 76 deb_version_suffix: bpo12 77 77 packages: 78 78 <<: *default_debian_packages ··· 197 197 198 198 - codename: jammy 199 199 distro_version: "22.04" 200 - tag: "2024-01-16" 200 + tag: "2024-04-16" 201 201 deb_version_suffix: ubuntu2204 202 202 packages: 203 203 <<: *default_debian_packages