Skip to content

Commit

Permalink
Ship arm64 and ppc64le binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
mkumatag committed Sep 2, 2019
1 parent b46a3c2 commit b025968
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ builds:
- linux
goarch:
- amd64
- arm64
- ppc64le
ignore:
- goos: darwin
goarch: arm64
- goos: darwin
goarch: ppc64le
env:
- CGO_ENABLED=0
- GO111MODULE=on
Expand Down

0 comments on commit b025968

Please sign in to comment.