1 Commits

Author SHA1 Message Date
382dcfbfbf Added go release config 2018-04-02 19:52:48 +01:00

16
.goreleaser.yml Normal file
View File

@@ -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