Skip to content

Commit

Permalink
Added go release config
Browse files Browse the repository at this point in the history
  • Loading branch information
sam159 committed Apr 2, 2018
1 parent 0f597e3 commit 382dcfb
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 @@
project_name: jumphost
builds:
- main: main.go
binary: jumphost
goos:
- darwin
- linux
- freebsd
goarch:
- 386
- amd64
archive:
format: tar.gz
files:
- Readme.md
- LICENSE

0 comments on commit 382dcfb

Please # to comment.