summaryrefslogtreecommitdiff
path: root/.goreleaser.yml
diff options
context:
space:
mode:
authorDaniel Black <daniel@linux.ibm.com>2020-05-06 04:41:08 +1000
committerGitHub <noreply@github.com>2020-05-05 12:41:08 -0600
commit12cfc19487d99e0add1e86f21156502545121e23 (patch)
tree0a9d0b4b81e73e31863fa8a5ea9184678f3b60ee /.goreleaser.yml
parentafecd90a6ca1551057631d21d940af86385ac535 (diff)
ci: add s390x and ppc64le builds for linux (#3325)
Diffstat (limited to '.goreleaser.yml')
-rw-r--r--.goreleaser.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml
index c1e162f..5822b88 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -26,12 +26,21 @@ builds:
- amd64
- arm
- arm64
+ - s390x
+ - ppc64le
goarm:
- 6
- 7
ignore:
- goos: darwin
goarch: arm
+ - goarch:
+ - ppc64le
+ - s390x
+ goos:
+ - darwin
+ - windows
+ - freebsd
flags:
- -trimpath
ldflags: