Skip to content

Commit b0efd53

Browse files
authored
Merge pull request #3 from projectdiscovery/bugfix-temporary-limit-linux-osx
temporary limit to linux and osx
2 parents 56d05ee + c94b488 commit b0efd53

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
cmd/notify/notify
2-
.DS_Store
2+
.DS_Store
3+
dist

.goreleaser.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ builds:
33
main: cmd/notify/notify.go
44
goos:
55
- linux
6-
- windows
6+
# - windows
77
- darwin
88
goarch:
99
- amd64
@@ -16,6 +16,6 @@ archives:
1616
format: tar.gz
1717
replacements:
1818
darwin: macOS
19-
format_overrides:
20-
- goos: windows
21-
format: zip
19+
# format_overrides:
20+
# - goos: windows
21+
# format: zip

0 commit comments

Comments
 (0)