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 committed Oct 21, 2022
1 parent 2b3d46e commit 1935d1d
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

0 comments on commit 1935d1d

Please sign in to comment.