From 5960a981259cc39d1a995156c65498ccaf17fe2f Mon Sep 17 00:00:00 2001 From: Kelly Hair Date: Tue, 14 Apr 2020 17:16:02 -0400 Subject: [PATCH] May not be using buildx properly.. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6782db0..e9f28ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +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": + - 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