From a0324000ae47c6f25f5bf584351a8a6b6e80c103 Mon Sep 17 00:00:00 2001 From: Adrien le Maire Date: Tue, 2 Feb 2021 10:50:41 +0000 Subject: [PATCH] Update Makefile --- minio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minio/Makefile b/minio/Makefile index a4ddf25..702e8a4 100644 --- a/minio/Makefile +++ b/minio/Makefile @@ -10,7 +10,7 @@ nopush: --tag ${CI_REGISTRY_IMAGE}/${IMAGE}:$(VERSION) . push: - docker buildx build --platform linux/amd64,linux/arm64,linux/arm,linux/ppc64le --push \ + docker buildx build --platform linux/amd64,linux/arm64,linux/arm --push \ --build-arg VERSION=$(VERSION) \ --cache-from=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \ --cache-to=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \