aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-12-30 08:35:38 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-12-30 08:36:24 +0000
commitbfb820e1cc59543f0d1d0a12670b365c618cacc2 (patch)
tree188256db84aa9538b665b37d9c480961769cc832 /.gitlab-ci.yml
parent57149460782ed90c7126e603e91d67ccc467a347 (diff)
downloadaports-bfb820e1cc59543f0d1d0a12670b365c618cacc2.tar.bz2
aports-bfb820e1cc59543f0d1d0a12670b365c618cacc2.tar.xz
ci: use armv7 image for armv7 build job
armv7 runs on an aarch64 machine, so we need to explicitly ask for the armv7 image, as well as running the shell with linux32.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4294ab0ead..98f478b014 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -91,6 +91,9 @@ build-aarch64:
build-armv7:
extends: .build
+ image:
+ name: alpinelinux/alpine-gitlab-ci:latest-v7
+ entrypoint: ["linux32", "sh", "-c"]
artifacts:
name: MR${CI_MERGE_REQUEST_ID}_armv7
tags: