From 0b099f35642926fda98b5c7ec4d3309ef2b811b8 Mon Sep 17 00:00:00 2001 From: Kelly Hair Date: Tue, 14 Apr 2020 17:36:39 -0400 Subject: [PATCH] changing qemu suspect it's nested as it's DIND. May need to sleep on it. --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a60c06..4fb5dd9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,8 +12,9 @@ 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": - - apk add qemu-system-arm - - docker run --rm --privileged multiarch/qemu-user-static --reset -p yes + - apk add qemu-aarch64_be + - ls -ltar /usr/bin/ + # - 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 - mv buildx* ~/.docker/cli-plugins/docker-buildx