From 2ab2d53dad7af9e42ec3fa6556f5bb897394560c Mon Sep 17 00:00:00 2001 From: Kelly Hair Date: Tue, 14 Apr 2020 16:46:54 -0400 Subject: [PATCH] Troubleshooting --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7fea4c..8209904 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,10 +12,11 @@ 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 buildx build . - wget https://github.com/docker/buildx/releases/download/v0.3.1/buildx-v0.3.1.linux-amd64 - - mkdir ~/.docker/cli-plugins/ - - mv buildx* ~/.docker/cli-plugins/docker-buildx - - chmod a+x ~/.docker/cli-plugins/docker-buildx + - mkdir /root/.docker/cli-plugins/ + - mv buildx* /root/.docker/cli-plugins/docker-buildx + - chmod a+x /root/.docker/cli-plugins/docker-buildx - ls -ltar ~/.docker/cli-plugins/ - docker buildx build . # - timestamp=$(date +%Y%m%d%H%M%S)