Remove deprecated GoReleaser option

See [0] for details.

[0] https://goreleaser.com/deprecations/#archivesreplacements
This commit is contained in:
eikendev
2023-07-15 23:39:51 +02:00
parent 170b9646c8
commit 7f8c353af1

View File

@@ -6,19 +6,12 @@ builds:
goos:
- linux
- windows
- freebsd
- openbsd
- darwin
goarch:
- amd64
- 386
- arm
- arm64
env:
- CGO_ENABLED=0
ignore:
- goos: freebsd
goarch: arm64
checksum:
algorithm: sha256
@@ -28,8 +21,6 @@ archives:
builds:
- pbcli
format: tar.gz
replacements:
darwin: macOS
format_overrides:
- goos: windows
format: zip