From a2eac96895800f407b9ac79007d4c5348d0b0873 Mon Sep 17 00:00:00 2001 From: Kelly Hair Date: Tue, 14 Apr 2020 16:41:01 -0400 Subject: [PATCH] Another run --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b97a4b..0b16a97 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,8 +13,9 @@ build:ARM64: # 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": - wget https://github.com/docker/buildx/releases/download/v0.3.1/buildx-v0.3.1.linux-amd64 - - mv buildx* ~/.docker/cli-plugins/buildx + - mv buildx* ~/.docker/cli-plugins/docker-buildx - chmod a+x ~/.docker/cli-plugins/docker-buildx + - ls -ltar ~/.docker/cli-plugins/ - docker buildx build . # - timestamp=$(date +%Y%m%d%H%M%S) # - cd $CI_PROJECT_DIR/