Browse Source
.goreleaser: add windows, remove arm (32 bit) (#5692)
This updates the goreleaser tooling to build the same binaries that were built for the 0.34.0 release.
pull/5697/head
Tess Rinearson
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.goreleaser.yml
|
|
@ -14,9 +14,9 @@ builds: |
|
|
|
goos: |
|
|
|
- darwin |
|
|
|
- linux |
|
|
|
- windows |
|
|
|
goarch: |
|
|
|
- amd64 |
|
|
|
- arm |
|
|
|
- arm64 |
|
|
|
|
|
|
|
checksum: |
|
|
|