Skip to content

Commit

Permalink
temporary limit to linux and osx
Browse files Browse the repository at this point in the history
  • Loading branch information
Mzack9999 committed Nov 4, 2020
1 parent 56d05ee commit c94b488
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
cmd/notify/notify
.DS_Store
.DS_Store
dist
8 changes: 4 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ builds:
main: cmd/notify/notify.go
goos:
- linux
- windows
# - windows
- darwin
goarch:
- amd64
Expand All @@ -16,6 +16,6 @@ archives:
format: tar.gz
replacements:
darwin: macOS
format_overrides:
- goos: windows
format: zip
# format_overrides:
# - goos: windows
# format: zip

0 comments on commit c94b488

Please sign in to comment.