Skip to content

Commit

Permalink
🏁 Support Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
5n7-sk committed Jul 5, 2020
1 parent dc829d7 commit b20663a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ builds:
- -X github.com/skmatz/gmoji/cmd/gmoji/cmd.Version={{.Version}}
env:
- CGO_ENABLED=0
goos:
- darwin
- linux
- windows

archives:
- name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
Expand All @@ -23,6 +27,7 @@ archives:
amd64: x86_64
darwin: darwin
linux: linux
windows: windows

release:
prerelease: auto

0 comments on commit b20663a

Please sign in to comment.