Update Makefile

This commit is contained in:
Adrien le Maire 2021-01-19 10:49:57 +00:00
parent 71fd98cb0b
commit 22a5ac59c6

View File

@ -10,7 +10,7 @@ nopush: git-clone
--tag ${CI_REGISTRY_IMAGE}/${IMAGE}:$(VERSION) .
push: git-clone
docker buildx build --platform linux/amd64,linux/arm64,linux/arm,linux/ppc64le --push \
docker buildx build --platform linux/amd64,linux/arm64 --push \
--build-arg VERSION=$(VERSION) \
--cache-from=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \
--cache-to=type=registry,ref=${NAMESPACE}/buildx:${IMAGE} \