Skip to content
Snippets Groups Projects
Verified Commit 0eae5342 authored by Oliver Smith's avatar Oliver Smith Committed by Clayton Craft
Browse files

(not for master): CI: disable armhf, riscv64, x86 (MR 5070)

The staging repository isn't being built for these.
parent f1a01729
No related branches found
No related tags found
1 merge request!5859Draft: ElementaryOS pantheon desktop w/ systemd
......@@ -148,11 +148,6 @@ build-x86_64:
script:
- .ci/build-x86_64.sh
build-x86:
extends: .build
script:
- .ci/build-x86.sh
build-aarch64:
extends: .build
script:
......@@ -163,16 +158,6 @@ build-armv7:
script:
- .ci/build-armv7.sh
build-armhf:
extends: .build
script:
- .ci/build-armhf.sh
build-riscv64:
extends: .build
script:
- .ci/build-riscv64.sh
auto-update:
stage: autoupdate
rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment