Skip to content

Commit

Permalink
add os support:windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny0826 committed Nov 18, 2019
1 parent 4079bd9 commit 137454a
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 @@ -4,6 +4,10 @@ builds:
- env:
- CGO_ENABLED=0
ldflags: -s -X github.com/sunny0826/kubecm/cmd.kubecmVersion={{.Version}} -X github.com/sunny0826/kubecm/cmd.gitCommit={{.Commit}} -X github.com/sunny0826/kubecm/cmd.buildDate={{.Date}}
goos:
- linux
- darwin
- windows
archives:
- replacements:
darwin: Darwin
Expand Down

0 comments on commit 137454a

Please sign in to comment.