Skip to content

Commit

Permalink
Merge pull request #870 from linux-on-ibm-z/master
Browse files Browse the repository at this point in the history
Added support for s390x
  • Loading branch information
mattfarina authored Sep 27, 2017
2 parents 357be31 + c834b23 commit 80afe4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ build-all:
gox -verbose \
-ldflags "-X main.version=${VERSION}" \
-os="linux darwin windows freebsd openbsd netbsd" \
-arch="amd64 386 armv5 armv6 armv7 arm64" \
-arch="amd64 386 armv5 armv6 armv7 arm64 s390x" \
-osarch="!darwin/arm64" \
-output="dist/{{.OS}}-{{.Arch}}/{{.Dir}}" .

Expand Down

0 comments on commit 80afe4d

Please sign in to comment.