Skip to content

Commit 07e3a97

Browse files
committed
enable goreleaser for hackerview
1 parent 2b2e7ad commit 07e3a97

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.goreleaser.yml

+6
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ builds:
55
goos: [ linux ]
66
goarch: [ amd64 ]
77
flags: [ -v ]
8+
- id: hackerview
9+
binary: hackerview
10+
main: ./cmd/hackerview
11+
goos: [ linux ]
12+
goarch: [ amd64 ]
13+
flags: [ -v ]

0 commit comments

Comments
 (0)