From 67ded393ca1b1e37478dc5967a6bc9ba4e545fdd Mon Sep 17 00:00:00 2001 From: Kelly Hair Date: Tue, 14 Apr 2020 17:28:43 -0400 Subject: [PATCH] Adding qemu to alpine Hope this is the right one!? --- .gitlab-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 77948e5..5a60c06 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,11 +12,7 @@ build:ARM64: script: # Current thinking is to add build the container & tag with both the date # in YYYY-mm-dd-h-m-s format as well as "latest": - - uname -a - - cat /etc/issue - - yum - - apt - - apt-get install qemu-user-static + - apk add qemu-system-arm - docker run --rm --privileged multiarch/qemu-user-static --reset -p yes - wget https://github.com/docker/buildx/releases/download/v0.3.1/buildx-v0.3.1.linux-amd64 - mkdir -p ~/.docker/cli-plugins