File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ docker-push: ## Push docker image with the manager.
176176# - have enabled BuildKit. More info: https://docs.docker.com/develop/develop-images/build_enhancements/
177177# - be able to push the image to your registry (i.e. if you do not set a valid value via IMG=<myregistry/image:<tag>> then the export will fail)
178178# To adequately provide solutions that are compatible with multiple platforms, you should consider using this option.
179- PLATFORMS ?= linux/arm64,linux/amd64,linux/s390x,linux/ppc64le
179+ PLATFORMS ?= linux/arm64,linux/amd64
180180.PHONY : docker-buildx
181181docker-buildx : # # Build and push docker image for the manager for cross-platform support
182182 # copy existing Dockerfile and insert --platform=${BUILDPLATFORM} into Dockerfile.cross, and preserve the original Dockerfile
You can’t perform that action at this time.
0 commit comments