Skip to content

Commit

Permalink
ignore windows in goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
henderiw committed Sep 3, 2020
1 parent edb3b7d commit a3398b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ builds:
- CGO_ENABLED=0
goos:
- linux
- windows
# - windows
- darwin
archives:
- replacements:
Expand Down

0 comments on commit a3398b2

Please sign in to comment.