Skip to content

Commit 6656abf

Browse files
committed
BUILD/MINOR: remove darwin and add ppc64le s390x to go releaser
1 parent 10c9935 commit 6656abf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@ builds:
1515
- CGO_ENABLED=0
1616
goos:
1717
- linux
18-
- darwin
1918
- freebsd
2019
goarch:
2120
- 386
2221
- amd64
2322
- arm
2423
- arm64
24+
- ppc64le
25+
- s390x
2526
archives:
2627
-
2728
id: my-archive

0 commit comments

Comments
 (0)