Skip to content
Snippets Groups Projects
Verified Commit e5b3d644 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 d05e9bbb
Branches
No related tags found
No related merge requests found
......@@ -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.
Please register or to comment