CI: skip armhf, x86 build on stable branches (MR 2024)
Don't try to build for arches where we don't have a binary repository on stable branches.
This commit is contained in:
parent
cbc8a94392
commit
d695455f08
1 changed files with 4 additions and 0 deletions
|
@ -151,6 +151,8 @@ build-x86_64:
|
||||||
extends: .build
|
extends: .build
|
||||||
|
|
||||||
build-x86:
|
build-x86:
|
||||||
|
only:
|
||||||
|
- $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
|
||||||
extends: .build
|
extends: .build
|
||||||
|
|
||||||
build-aarch64:
|
build-aarch64:
|
||||||
|
@ -160,4 +162,6 @@ build-armv7:
|
||||||
extends: .build
|
extends: .build
|
||||||
|
|
||||||
build-armhf:
|
build-armhf:
|
||||||
|
only:
|
||||||
|
- $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
|
||||||
extends: .build
|
extends: .build
|
||||||
|
|
Loading…
Reference in a new issue