From a71daf6de1f396f281e9bfdecccfbd65b3c031ad Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Tue, 11 Jun 2024 16:55:15 -0600 Subject: [PATCH] update runner --- .gitlab-ci.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b2b4270..19f2e50 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,24 +29,14 @@ stages: - build/debug/* untracked: true -build:x86_64: +build: <<: *compile stage: build - tags: - - x86_64 - -build:aarch64: - <<: *compile - stage: build - tags: - - aarch64 upload: stage: upload dependencies: - dependencies: - - build:x86_64 - - build:aarch64 + - build only: - tags script: