Update minio/Makefile

Deleted minio/entrypoint.sh
This commit is contained in:
2021-02-02 10:46:36 +00:00
parent 27c46552b9
commit 132e2b57dc
2 changed files with 1 additions and 105 deletions

View File

@ -10,7 +10,7 @@ nopush:
--tag ${CI_REGISTRY_IMAGE}/${IMAGE}:$(VERSION) .
push:
docker buildx build --platform linux/amd64,linux/arm64,linux/ppc64le --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} \