From 63548e6a514e97d5ebcb99e902a6113ab99a7dc9 Mon Sep 17 00:00:00 2001 From: Adrien le Maire Date: Thu, 29 Oct 2020 07:23:07 +0000 Subject: [PATCH] Update minio/Makefile --- minio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minio/Makefile b/minio/Makefile index 2e9073e..786fdf8 100644 --- a/minio/Makefile +++ b/minio/Makefile @@ -10,7 +10,7 @@ nopush: push: - docker buildx build --platform linux/386,linux/amd64,linux/arm64,linux/arm,linux/ppc64le,linux/s390x --push \ + docker buildx build --platform linux/amd64,linux/arm64,linux/arm,linux/ppc64le --push \ --build-arg VERSION=$(VERSION) \ --cache-from=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \ --cache-to=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \