summaryrefslogtreecommitdiff
path: root/.goreleaser.yml
diff options
context:
space:
mode:
Diffstat (limited to '.goreleaser.yml')
-rw-r--r--.goreleaser.yml19
1 files changed, 12 insertions, 7 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml
index 5822b88..9dcfab1 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -34,13 +34,18 @@ builds:
ignore:
- goos: darwin
goarch: arm
- - goarch:
- - ppc64le
- - s390x
- goos:
- - darwin
- - windows
- - freebsd
+ - goos: darwin
+ goarch: ppc64le
+ - goos: darwin
+ goarch: s390x
+ - goos: windows
+ goarch: ppc64le
+ - goos: windows
+ goarch: s390x
+ - goos: freebsd
+ goarch: ppc64le
+ - goos: freebsd
+ goarch: s390x
flags:
- -trimpath
ldflags: