mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 00:34: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"
|
APP_ID: "com.belmoussaoui.Authenticator.Devel"
|
||||||
RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo"
|
RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo"
|
||||||
BUNDLE: "authenticator-nightly.flatpak"
|
BUNDLE: "authenticator-nightly.flatpak"
|
||||||
extends: '.flatpak'
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
@ -37,7 +36,7 @@ nightly@aarch64:
|
||||||
pages:
|
pages:
|
||||||
image: "quay.io/gnome_infrastructure/gnome-runtime-images:gnome-master"
|
image: "quay.io/gnome_infrastructure/gnome-runtime-images:gnome-master"
|
||||||
stage: build
|
stage: build
|
||||||
extends: ['.vars-devel']
|
extends: ['.vars-devel', '.flatpak@x86_64']
|
||||||
tags:
|
tags:
|
||||||
- flatpak
|
- flatpak
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Reference in a new issue