Skip to content

Commit

Permalink
Add go releaser config in goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kishaningithub committed Apr 24, 2018
1 parent 38cc81e commit 6701159
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
builds:
- main: ./main.go
binary: csvdiff
goos:
- windows
- darwin
- linux
goarch:
- amd64

0 comments on commit 6701159

Please sign in to comment.