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
parent
commit
8b29622fe2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .goreleaser.yml

+ 1
- 1
.goreleaser.yml View File

@ -14,9 +14,9 @@ builds:
goos:
- darwin
- linux
- windows
goarch:
- amd64
- arm
- arm64
checksum:


Loading…
Cancel
Save