diff --git a/minio/Makefile b/minio/Makefile index a4ddf25..2345756 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/ppc64le --push \ --build-arg VERSION=$(VERSION) \ --cache-from=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \ --cache-to=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \