From 6c4974501445ce114c4f8b9dcce73702e8e34f09 Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval R Date: Tue, 5 Sep 2023 19:40:53 +0200 Subject: [PATCH] ci: Remove duplicated extends: .flatpak Having this both on the variables and extends of the flatpak@aarch64 build caused it to not be build with aarch64. --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b65711..9a8bd8b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,6 @@ include: APP_ID: "com.belmoussaoui.Authenticator.Devel" RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo" BUNDLE: "authenticator-nightly.flatpak" - extends: '.flatpak' stages: - build @@ -37,7 +36,7 @@ nightly@aarch64: pages: image: "quay.io/gnome_infrastructure/gnome-runtime-images:gnome-master" stage: build - extends: ['.vars-devel'] + extends: ['.vars-devel', '.flatpak@x86_64'] tags: - flatpak script: