Skip to content

Commit

Permalink
Merge pull request #3 from projectdiscovery/bugfix-temporary-limit-li…
Browse files Browse the repository at this point in the history
…nux-osx

temporary limit to linux and osx
  • Loading branch information
Mzack9999 committed Nov 4, 2020
2 parents 56d05ee + c94b488 commit b0efd53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,2 +1,3 @@
cmd/notify/notify
.DS_Store
.DS_Store
dist
8 changes: 4 additions & 4 deletions .goreleaser.yml
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 b0efd53

Please sign in to comment.