Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit deb01b9

Browse files
authored
Images: Build s390x controller. (kubernetes#12125)
1 parent 657393e commit deb01b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ ensure-buildx:
240240
show-version:
241241
echo -n $(TAG)
242242

243-
PLATFORMS ?= amd64 arm arm64
244-
BUILDX_PLATFORMS ?= linux/amd64,linux/arm,linux/arm64
243+
PLATFORMS ?= amd64 arm arm64 s390x
244+
BUILDX_PLATFORMS ?= linux/amd64,linux/arm,linux/arm64,linux/s390x
245245

246246
.PHONY: release # Build a multi-arch docker image
247247
release: ensure-buildx clean

0 commit comments

Comments
 (0)