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