Skip to content

Commit

Permalink
add goreleaser config
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Dolitsky <jdolitsky@gmail.com>
  • Loading branch information
jdolitsky committed Jan 14, 2019
1 parent d62794b commit 0372cc9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
builds:
- main: ./cmd/chart-scanner
binary: ./chart-scanner
env:
- CGO_ENABLED=0
goos:
- darwin
- linux
- windows
goarch:
- amd64

archive:
format: tar.gz
files:
- LICENSE

0 comments on commit 0372cc9

Please sign in to comment.