Skip to content

Commit 619f358

Browse files
committed
Merge branch 'release/0.1'
* release/0.1: .goreleaser.yml added
2 parents 4778eef + 1ee0e55 commit 619f358

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.goreleaser.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
build:
2+
binary: sherlock
3+
goos:
4+
- linux
5+
- freebsd
6+
- darwin
7+
- windows
8+
goarch:
9+
- amd64
10+
- 386
11+
12+
archives:
13+
-
14+
format_overrides:
15+
- goos: windows
16+
format: zip

0 commit comments

Comments
 (0)