Feature: add linux-s390x

This commit is contained in:
xjasonlyu
2021-02-15 20:18:33 +08:00
parent b5980dd79d
commit bb702f57d8
+4
View File
@@ -27,6 +27,7 @@ UNIX_ARCH_LIST = \
linux-mips64le \
linux-ppc64 \
linux-ppc64le \
linux-s390x \
openbsd-amd64 \
openbsd-arm64 \
@@ -65,6 +66,9 @@ linux-ppc64:
linux-ppc64le:
GOARCH=ppc64le GOOS=linux $(GO_BUILD) -o $(BUILD_DIR)/$(BINARY)-$@
linux-s390x:
GOARCH=s390x GOOS=linux $(GO_BUILD) -o $(BUILD_DIR)/$(BINARY)-$@
openbsd-amd64:
GOARCH=amd64 GOOS=openbsd $(GO_BUILD) -o $(BUILD_DIR)/$(BINARY)-$@