]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Force amd64 for CI builds.
authorAlexander Færøy <ahf@torproject.org>
Mon, 13 Sep 2021 16:05:58 +0000 (18:05 +0200)
committerAlexander Færøy <ahf@torproject.org>
Mon, 13 Sep 2021 16:08:49 +0000 (18:08 +0200)
.gitlab-ci.yml

index 1e9d03caf59d3b226869d05e5703f21522ee9652..915f242f26df3e4dd3f6c61cd0e502cfa562574f 100644 (file)
@@ -37,6 +37,12 @@ variables:
     paths:
       - artifacts/
 
+
+# This template is used for x86-64 builds.
+.x86-64-template: &x86-64-template
+  tags:
+    - amd64
+
 # This template should be usable on any system that's based on apt.
 .apt-template: &apt-template |
       export LC_ALL=C.UTF-8
@@ -57,6 +63,7 @@ variables:
 # This template sets us up for Debian system in particular.
 .debian-template: &debian-template
   <<: *artifacts-template
+  <<: *x86-64-template
   variables:
     DEBIAN_FRONTEND: "noninteractive"
   # TODO: Using "cache" in this way speeds up our downloads.  It would be