Skip to content

Commit c665c4e

Browse files
committed
add releaser
1 parent 16b4287 commit c665c4e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

goreleaser.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
builds:
2+
- main: cmd/gocker/main.go
3+
binary: gocker
4+
goos:
5+
- windows
6+
- darwin
7+
- linux
8+
goarch:
9+
- amd64
10+
release:
11+
github:
12+
owner: po3rin
13+
name: gocker

0 commit comments

Comments
 (0)