From c36bc6d40b19ce460f2f7336355e885d3ff347dc Mon Sep 17 00:00:00 2001 From: Florian Schwab Date: Sat, 6 Jul 2019 12:37:34 +0200 Subject: [PATCH] use arm qemu for arm64v8 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e4d56f..baeea9e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,8 +41,8 @@ build-arm32v7: build-arm64v8: stage: build script: - - wget https://github.com/multiarch/qemu-user-static/releases/download/${QEMU_VERSION}/qemu-aarch64-static -O qemu-aarch64-static - - chmod 554 qemu-aarch64-static + - wget https://github.com/multiarch/qemu-user-static/releases/download/${QEMU_VERSION}/qemu-arm-static -O qemu-arm-static + - chmod 554 qemu-arm-static - docker build --build-arg ARCH=arm64v8 -t ${CI_REGISTRY_IMAGE}:${CI_PIPELINE_ID}-arm64v8 . - docker push ${CI_REGISTRY_IMAGE}:${CI_PIPELINE_ID}-arm64v8