Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
31z4 committed Sep 16, 2017
1 parent 16202d9 commit b444c30
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build
dist
release
*.out
8 changes: 8 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
builds:
- binary: harvest
goos:
- windows
- darwin
- linux
goarch:
- amd64

0 comments on commit b444c30

Please sign in to comment.