Skip to content

Commit 2b3d46e

Browse files
aexvirkodiakhq[bot]
authored andcommitted
chore(goreleaser): remove archive string replacements
by default go env vars already have sane values that we shouldn't override; tools that rely on the value of GOOS or GOARCH to resolve the binary name need additional tweaking in our repo because of those overrides we set up
1 parent 093da5c commit 2b3d46e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.goreleaser.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ builds:
88
- env:
99
- CGO_ENABLED=0
1010
main: ./main.go
11-
archives:
12-
- replacements:
13-
darwin: Darwin
14-
linux: Linux
15-
windows: Windows
16-
386: i386
17-
amd64: x86_64
1811
checksum:
1912
name_template: "checksums.txt"
2013
snapshot:

0 commit comments

Comments
 (0)