ci: Update to current ci-templates
authorMichel Dänzer <mdaenzer@redhat.com>
Wed, 18 Nov 2020 17:55:28 +0000 (18:55 +0100)
committerMarge Bot <eric+marge@anholt.net>
Mon, 30 Nov 2020 08:53:44 +0000 (08:53 +0000)
The 64-bit ARM architecture suffix was changed from arm64v8 to aarch64.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7676>

.gitlab-ci.yml

index bd1eed3d4fad95a1fd89b4d294e6067bc3ccfd18..f7f4933725342c6a249bd112806f100428c6c1c5 100644 (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"