gitlab-ci: disable armv7 crossbuild
This commit is contained in:
parent
0763d8ad63
commit
007711d14d
1 changed files with 0 additions and 6 deletions
|
@ -68,12 +68,6 @@ lint:
|
|||
build-x86_64:
|
||||
extends: .build
|
||||
|
||||
build-armv7:
|
||||
extends: .cross
|
||||
variables:
|
||||
CI_ALPINE_TARGET_ARCH: armv7
|
||||
CI_QEMU_TARGET_ARCH: arm
|
||||
|
||||
push:
|
||||
interruptible: true
|
||||
stage: deploy
|
||||
|
|
Loading…
Reference in a new issue