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.
This commit is contained in:
Maximiliano Sandoval R 2023-09-05 19:40:53 +02:00
parent 0c5434d2db
commit 6c49745014
No known key found for this signature in database
GPG Key ID: D64A8D747F6FE706

View File

@ -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: