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:
Oliver Smith 2021-03-13 02:30:45 +01:00
parent cbc8a94392
commit d695455f08
No known key found for this signature in database
GPG key ID: 8642571587897EA1

View file

@ -151,6 +151,8 @@ build-x86_64:
extends: .build
build-x86:
only:
- $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
extends: .build
build-aarch64:
@ -160,4 +162,6 @@ build-armv7:
extends: .build
build-armhf:
only:
- $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
extends: .build