From 7634b34e2de3f98a1cab2367640294ea470fea36 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 30 Apr 2024 17:20:13 -0400 Subject: [PATCH] ci: Disable arm64 for now --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 20c7876..36ab2c1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,8 @@ variables: # Default this one RUNNER: saas-linux-medium-amd64 ARM_RUNNER: tmp-gcp-bifrost-aarch64 - ARCHES: "amd64 arm64" + # TODO add arm64 once we have a runner + ARCHES: "amd64" BUILDAH_IMAGE: quay.io/buildah/stable:v1.34.0 BUILDAH_ARGS: "--security-opt=label=disable --cap-add=all" @@ -36,6 +37,9 @@ ci-build-image-arm64: extends: .build-image-mr tags: - $ARM_RUNNER + # See above re runner + rules: + - when: never ci-build-image-amd64: variables: