diff options
author | David Goulet <dgoulet@torproject.org> | 2023-08-02 13:30:28 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2023-08-02 13:30:28 -0400 |
commit | 49ea76846505b1936b4f2ad059f234f6f89142fd (patch) | |
tree | 96f5a2b0c48e8965938a7d908192bb5feca4de9c /.gitlab-ci.yml | |
parent | 64f28d33665d62547774d759128e7712fab40409 (diff) | |
download | tor-49ea76846505b1936b4f2ad059f234f6f89142fd.tar.gz tor-49ea76846505b1936b4f2ad059f234f6f89142fd.zip |
ci: Move tag to the x86-64 template
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f48422f329..789f6c4840 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,6 +42,7 @@ variables: .x86-64-template: &x86-64-template tags: - amd64 + - physical # This template should be usable on any system that's based on apt. .apt-template: &apt-template | @@ -119,8 +120,6 @@ debian-minimal: # Minimal check on debian/i386: just make, make check. # debian-i386-minimal: - tags: - - physical image: i386/debian:bullseye <<: *debian-template script: |