Skip to content

Commit

Permalink
chore: goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
kleicht committed Mar 8, 2018
1 parent bdb860b commit d05ee6e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist
9 changes: 9 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
builds:
- main: proxy.go
binary: proxy
goos:
- windows
- darwin
- linux
goarch:
- amd64

0 comments on commit d05ee6e

Please sign in to comment.