mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-03 16:24:40 +01:00
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:
parent
0c5434d2db
commit
6c49745014
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue