We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b2e7ad commit 07e3a97Copy full SHA for 07e3a97
.goreleaser.yml
@@ -5,3 +5,9 @@ builds:
5
goos: [ linux ]
6
goarch: [ amd64 ]
7
flags: [ -v ]
8
+- id: hackerview
9
+ binary: hackerview
10
+ main: ./cmd/hackerview
11
+ goos: [ linux ]
12
+ goarch: [ amd64 ]
13
+ flags: [ -v ]
0 commit comments