Browse Source
ci: goreleaser: Drop some platforms and replacements (#3217 )
Based on download stats, demand for 32-bit binaries these days is
extremely low. Also unify some of the filename conventions; just a
few bikeshedding changes :)
master
Matt Holt
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
10 deletions
.goreleaser.yml
@ -23,15 +23,12 @@ builds:
- freebsd
- freebsd
goarch:
goarch:
- amd64
- amd64
- 386
- arm
- arm
- arm64
- arm64
goarm:
goarm:
- 6
- 6
- 7
- 7
ignore:
ignore:
- goos : darwin
goarch : 386
- goos : darwin
- goos : darwin
goarch : arm
goarch : arm
flags:
flags:
@ -43,11 +40,7 @@ archives:
- goos : windows
- goos : windows
format : zip
format : zip
replacements:
replacements:
darwin : macOS
darwin : mac
linux : Linux
windows : Windows
386 : i386
amd64 : x86_64
checksum:
checksum:
algorithm : sha512
algorithm : sha512
release:
release:
@ -60,8 +53,8 @@ changelog:
sort : asc
sort : asc
filters:
filters:
exclude:
exclude:
- '^chore:'
- '^ci:'
- '^ci:'
- '^docs:'
- '^docs? :'
- '^test:'
- '^test:'
- '^chore:'
- '^\w+\s+' # a hack to remove commit messages without colons thus don't correspond to a package
- '^\w+\s+' # a hack to remove commit messages without colons thus don't correspond to a package