We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
s390x
1 parent 657393e commit d03ec99Copy full SHA for d03ec99
Makefile
@@ -240,8 +240,8 @@ ensure-buildx:
240
show-version:
241
echo -n $(TAG)
242
243
-PLATFORMS ?= amd64 arm arm64
244
-BUILDX_PLATFORMS ?= linux/amd64,linux/arm,linux/arm64
+PLATFORMS ?= amd64 arm arm64 s390x
+BUILDX_PLATFORMS ?= linux/amd64,linux/arm,linux/arm64,linux/s390x
245
246
.PHONY: release # Build a multi-arch docker image
247
release: ensure-buildx clean
0 commit comments