Skip to content

Commit

Permalink
feat(build): support Windows binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
fallion committed Oct 30, 2022
1 parent 055dd11 commit bac3ae9
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@ before:
builds:
- env:
- CGO_ENABLED=0
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
goos:
- windows
- linux
- darwin
checksum:
name_template: "checksums.txt"
snapshot:
Expand Down

0 comments on commit bac3ae9

Please sign in to comment.