Skip to content

Commit 7f8c353

Browse files
committed
Remove deprecated GoReleaser option
See [0] for details. [0] https://goreleaser.com/deprecations/#archivesreplacements
1 parent 170b964 commit 7f8c353

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.goreleaser.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,12 @@ builds:
66
goos:
77
- linux
88
- windows
9-
- freebsd
10-
- openbsd
119
- darwin
1210
goarch:
1311
- amd64
14-
- 386
15-
- arm
1612
- arm64
1713
env:
1814
- CGO_ENABLED=0
19-
ignore:
20-
- goos: freebsd
21-
goarch: arm64
2215

2316
checksum:
2417
algorithm: sha256
@@ -28,8 +21,6 @@ archives:
2821
builds:
2922
- pbcli
3023
format: tar.gz
31-
replacements:
32-
darwin: macOS
3324
format_overrides:
3425
- goos: windows
3526
format: zip

0 commit comments

Comments
 (0)