Skip to content

Commit

Permalink
Images: Build s390x controller. (#12125)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gacko authored Oct 6, 2024
1 parent 657393e commit deb01b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ ensure-buildx:
show-version:
echo -n $(TAG)

PLATFORMS ?= amd64 arm arm64
BUILDX_PLATFORMS ?= linux/amd64,linux/arm,linux/arm64
PLATFORMS ?= amd64 arm arm64 s390x
BUILDX_PLATFORMS ?= linux/amd64,linux/arm,linux/arm64,linux/s390x

.PHONY: release # Build a multi-arch docker image
release: ensure-buildx clean
Expand Down

0 comments on commit deb01b9

Please sign in to comment.