Skip to content

Commit b025968

Browse files
committed
Ship arm64 and ppc64le binaries
1 parent b46a3c2 commit b025968

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build/.goreleaser.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ builds:
99
- linux
1010
goarch:
1111
- amd64
12+
- arm64
13+
- ppc64le
14+
ignore:
15+
- goos: darwin
16+
goarch: arm64
17+
- goos: darwin
18+
goarch: ppc64le
1219
env:
1320
- CGO_ENABLED=0
1421
- GO111MODULE=on

0 commit comments

Comments
 (0)