We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ecdc6 commit 6e7ef3eCopy full SHA for 6e7ef3e
Makefile
@@ -16,7 +16,7 @@ docker-buildx-push: docker-buildx docker-push
16
# architectures.
17
PLATFORMS ?= linux/arm64,linux/amd64,linux/s390x,linux/ppc64le
18
.PHONY: docker-buildx
19
-docker-buildx: ## Build and push docker image for the manager for cross-platform support
+docker-buildx:
20
$(CONTAINER_TOOL) buildx build --push --platform=$(PLATFORMS) --tag ${IMG} .
21
.PHONY: docker-push
22
docker-push:
0 commit comments