Skip to content

Commit

Permalink
remove ppc64le s390x platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
mkumatag committed Oct 5, 2024
1 parent 7e4daf2 commit 5a371e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/build/cross/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export DOCKER_CLI_EXPERIMENTAL=enabled
# TODO: Support multi-arch kube-cross images for linux/arm
# Currently some of the components references in the Dockerfile are
# not supported in specific architectures
PLATFORMS ?= linux/amd64 linux/arm64 linux/ppc64le linux/s390x #linux/arm
PLATFORMS ?= linux/amd64 linux/arm64 #linux/arm

# for legacy images only build linux/amd64
ifeq ($(TYPE), legacy)
Expand Down

0 comments on commit 5a371e2

Please sign in to comment.