Skip to content

Commit

Permalink
feat(build): add support for Windows executable
Browse files Browse the repository at this point in the history
This will allow Windows users to download the executable in the same way as Linux and Darwin.

Closes #460
  • Loading branch information
fallion authored and aexvir committed Oct 21, 2022
1 parent fca2b9d commit 36ce05e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ builds:
- env:
- CGO_ENABLED=0
main: ./main.go
goos:
- windows
- linux
- darwin
checksum:
name_template: "checksums.txt"
snapshot:
Expand Down

1 comment on commit 36ce05e

@vercel
Copy link

@vercel vercel bot commented on 36ce05e Oct 21, 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.