Skip to content

Commit f5da6a7

Browse files
committed
build(platforms): drop linux/s390x & linux/ppc64le
1 parent acbfdde commit f5da6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
181181
docker-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

0 commit comments

Comments
 (0)