.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.
This commit is contained in:
Tess Rinearson
2020-11-19 19:10:45 +01:00
committed by GitHub
parent 6bee97160f
commit 8b29622fe2

View File

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