Skip to content

Commit d03ec99

Browse files
Images: Build s390x controller. (#12126)
Co-authored-by: Marco Ebert <[email protected]>
1 parent 657393e commit d03ec99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
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)