Skip to content

Commit 01153c8

Browse files
authored
Merge pull request #772 from Huang-Wei/extend-build-platforms
2 parents 50277bf + 7bc1425 commit 01153c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ BUILDENVVAR=CGO_ENABLED=0
1818
INTEGTESTENVVAR=SCHED_PLUGINS_TEST_VERBOSE=1
1919

2020
# Manage platform and builders
21-
PLATFORMS ?= linux/amd64,linux/arm64
21+
PLATFORMS ?= linux/amd64,linux/arm64,linux/s390x,linux/ppc64le
2222
BUILDER ?= docker
2323
ifeq ($(BUILDER),podman)
2424
ALL_FLAG=--all

0 commit comments

Comments
 (0)