Skip to content

Commit

Permalink
enable goreleaser for hackerview
Browse files Browse the repository at this point in the history
  • Loading branch information
azimut committed Jul 27, 2022
1 parent 2b2e7ad commit 07e3a97
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ builds:
goos: [ linux ]
goarch: [ amd64 ]
flags: [ -v ]
- id: hackerview
binary: hackerview
main: ./cmd/hackerview
goos: [ linux ]
goarch: [ amd64 ]
flags: [ -v ]

0 comments on commit 07e3a97

Please sign in to comment.