From b28e7973797a0d1afcc9b6c3210c92ba56556f1b Mon Sep 17 00:00:00 2001 From: Gareth Dunstone Date: Mon, 6 Jul 2020 16:20:50 +1000 Subject: [PATCH] updated --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a4aecb1..745488d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ # available variables, do not uncomment all at once. # variables: -# CI_BUILDX_ARCHS: "linux/amd64,linux/arm64,linux/arm/v7" +# CI_BUILDX_ARCHS: "linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7" # CI_BUILD_ARM: true # CI_BUILD_ARM64: true # CI_AMD64_DISABLED: true @@ -30,7 +30,8 @@ fi - echo "$CI_REGISTRY_PASSWORD" | docker login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY -# these images depend on this repos image +# these images depend on this repos image +# it must exist for for the arch that the gitlab-runner has. build:buildx-master: extends: .build # set the image because we are using buildx here.