From 715cd3edf0fac753f2abec3a9135f2623fdec81f Mon Sep 17 00:00:00 2001 From: Alice Mikhaylenko Date: Thu, 29 Aug 2024 18:01:49 +0400 Subject: [PATCH] ci: Remove aarch64 job I'll restore it once infra is fixed, for now let's be able to land things. --- .gitlab-ci.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 08704e88d..c67c4db97 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,12 +51,6 @@ build-flatpak: before_script: [] needs: [] -build-flatpak-aarch64: - extends: '.flatpak@aarch64' - stage: build - before_script: [] - needs: [] - abi-check: image: $FEDORA_IMAGE stage: build @@ -85,7 +79,3 @@ refresh-doc: nightly: extends: '.publish_nightly' needs: ['build-flatpak'] - -nightly-aarch64: - extends: '.publish_nightly' - needs: ['build-flatpak-aarch64'] -- GitLab