Skip to content

Commit

Permalink
remove windows build (#4227)
Browse files Browse the repository at this point in the history
  • Loading branch information
SupriyaKasten authored and Ilya Kislenko committed Oct 23, 2018
1 parent 1964493 commit 6b4d85f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ builds:
- CGO_ENABLED=0
- GO_EXTLINK_ENABLED=0
goos:
- windows
- darwin
- linux
goarch:
Expand All @@ -22,7 +21,6 @@ builds:
- CGO_ENABLED=0
- GO_EXTLINK_ENABLED=0
goos:
- windows
- darwin
- linux
goarch:
Expand All @@ -31,6 +29,3 @@ builds:
# Archive customization
archive:
format: tar.gz
format_overrides:
- goos: windows
format: zip

0 comments on commit 6b4d85f

Please sign in to comment.