We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56d05ee + c94b488 commit b0efd53Copy full SHA for b0efd53
.gitignore
@@ -1,2 +1,3 @@
1
cmd/notify/notify
2
-.DS_Store
+.DS_Store
3
+dist
.goreleaser.yml
@@ -3,7 +3,7 @@ builds:
main: cmd/notify/notify.go
4
goos:
5
- linux
6
- - windows
+ # - windows
7
- darwin
8
goarch:
9
- amd64
@@ -16,6 +16,6 @@ archives:
16
format: tar.gz
17
replacements:
18
darwin: macOS
19
- format_overrides:
20
- - goos: windows
21
- format: zip
+ # format_overrides:
+ # - goos: windows
+ # format: zip
0 commit comments