Skip to content

Commit

Permalink
compile for Windows as well
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed May 4, 2020
1 parent 85e4796 commit 7468a24
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -9,6 +9,10 @@ builds:
main: ./cmd/saucectl/saucectl.go
env:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
ldflags:
- -X github.com/saucelabs/saucectl/cli/version.Version={{.Version}}
- -X github.com/saucelabs/saucectl/cli/version.GitCommit={{.Commit}}
Expand Down
File renamed without changes.

0 comments on commit 7468a24

Please sign in to comment.