Skip to content

Commit 74f7802

Browse files
committed
Don't build linux/s390x by default
1 parent 4b96e8b commit 74f7802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ help:
88

99
ENVTEST_K8S_VERSION ?= 1.22.1
1010
ARCHITECTURE ?= amd64
11-
PLATFORMS ?= linux/amd64,linux/s390x
11+
PLATFORMS ?= linux/amd64
1212
LOCAL_TESTBIN = $(CURDIR)/testbin
1313
$(LOCAL_TESTBIN):
1414
mkdir -p $@

0 commit comments

Comments
 (0)