Update minio/Makefile

This commit is contained in:
Adrien le Maire 2020-10-29 07:23:07 +00:00
parent a53b5b5950
commit 63548e6a51

View File

@ -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} \