Skip to content

Commit

Permalink
adding windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
stobias123 committed Dec 30, 2019
1 parent 2d28928 commit 96b5c9f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ before:
builds:
- # Build 1
env:
- CGO_ENABLED=0
- CGO_ENABLED=0
goarch:
- amd64
goos:
- darwin
- linux
- windows
archives:
- replacements:
darwin: Darwin
Expand Down

0 comments on commit 96b5c9f

Please sign in to comment.