Skip to content

Commit

Permalink
chore(goreleaser): remove archive string replacements
Browse files Browse the repository at this point in the history
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
  • Loading branch information
aexvir authored and kodiakhq[bot] committed Oct 17, 2022
1 parent 093da5c commit 2b3d46e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ builds:
- env:
- CGO_ENABLED=0
main: ./main.go
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: "checksums.txt"
snapshot:
Expand Down

1 comment on commit 2b3d46e

@vercel
Copy link

@vercel vercel bot commented on 2b3d46e Oct 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.