From bfb820e1cc59543f0d1d0a12670b365c618cacc2 Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Mon, 30 Dec 2019 08:35:38 +0000 Subject: 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. --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4294ab0eadc..98f478b0149 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: -- cgit v1.2.3