ci: Update to current ci-templates

The 64-bit ARM architecture suffix was changed from arm64v8 to aarch64.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7676>
This commit is contained in:
Michel Dänzer 2020-11-18 18:55:28 +01:00 committed by Marge Bot
parent cc80415a41
commit cfe45f3bd5
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ variables:
include:
- project: 'freedesktop/ci-templates'
ref: 52dd4a94044449c8481d18dcdc221a3c636366d2
ref: 43ac932d5b8ebf43040d302de3c6e734df178384
file:
- '/templates/debian.yml'
- '/templates/alpine.yml'
@ -377,7 +377,7 @@ x86_build_old:
# Debian 10 based ARM build image
arm_build:
extends:
- .fdo.container-build@debian@arm64v8
- .fdo.container-build@debian@aarch64
- .container
variables:
FDO_DISTRIBUTION_TAG: &arm_build "2020-11-05-kmod"