From 541efff0cf2089b606bedfbf3665302285d45969 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Thu, 14 Oct 2021 21:32:23 +0200 Subject: [PATCH] still doesn't use the local image --- buildx.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildx.sh b/buildx.sh index 8520c50..42398a3 100755 --- a/buildx.sh +++ b/buildx.sh @@ -12,7 +12,6 @@ EDGE=false build_image() { # shellcheck disable=SC2068 docker build \ - --platform linux/amd64,linux/386,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le \ --pull \ --no-cache \ --load \ @@ -24,6 +23,8 @@ push_image() { # shellcheck disable=SC2068 docker buildx build \ --platform linux/amd64,linux/386,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le \ + --pull \ + --no-cache \ --push \ $@ \ .