gitlab-ci: disable armv7 crossbuild

This commit is contained in:
Antoine Martin 2023-05-08 11:57:22 -04:00
parent 0763d8ad63
commit 007711d14d
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -68,12 +68,6 @@ lint:
build-x86_64: build-x86_64:
extends: .build extends: .build
build-armv7:
extends: .cross
variables:
CI_ALPINE_TARGET_ARCH: armv7
CI_QEMU_TARGET_ARCH: arm
push: push:
interruptible: true interruptible: true
stage: deploy stage: deploy