Skip to content

Commit 80afe4d

Browse files
authored
Merge pull request #870 from linux-on-ibm-z/master
Added support for s390x
2 parents 357be31 + c834b23 commit 80afe4d

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
@@ -31,7 +31,7 @@ build-all:
3131
gox -verbose \
3232
-ldflags "-X main.version=${VERSION}" \
3333
-os="linux darwin windows freebsd openbsd netbsd" \
34-
-arch="amd64 386 armv5 armv6 armv7 arm64" \
34+
-arch="amd64 386 armv5 armv6 armv7 arm64 s390x" \
3535
-osarch="!darwin/arm64" \
3636
-output="dist/{{.OS}}-{{.Arch}}/{{.Dir}}" .
3737

0 commit comments

Comments
 (0)