Daniel Black
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
9 additions and
0 deletions
-
.goreleaser.yml
|
@ -26,12 +26,21 @@ builds: |
|
|
- amd64 |
|
|
- amd64 |
|
|
- arm |
|
|
- arm |
|
|
- arm64 |
|
|
- arm64 |
|
|
|
|
|
- s390x |
|
|
|
|
|
- ppc64le |
|
|
goarm: |
|
|
goarm: |
|
|
- 6 |
|
|
- 6 |
|
|
- 7 |
|
|
- 7 |
|
|
ignore: |
|
|
ignore: |
|
|
- goos: darwin |
|
|
- goos: darwin |
|
|
goarch: arm |
|
|
goarch: arm |
|
|
|
|
|
- goarch: |
|
|
|
|
|
- ppc64le |
|
|
|
|
|
- s390x |
|
|
|
|
|
goos: |
|
|
|
|
|
- darwin |
|
|
|
|
|
- windows |
|
|
|
|
|
- freebsd |
|
|
flags: |
|
|
flags: |
|
|
- -trimpath |
|
|
- -trimpath |
|
|
ldflags: |
|
|
ldflags: |
|
|