Browse Source

ci: add s390x and ppc64le builds for linux (#3325)

master
Daniel Black 5 years ago
committed by GitHub
parent
commit
12cfc19487
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      .goreleaser.yml

9
.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:

Loading…
Cancel
Save