Skip to content

Commit

Permalink
goreleaser.
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviof committed Sep 22, 2019
1 parent 92231b4 commit bdb5b2b
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
project_name: path-helper
dist: ./build/dist

archive:
format: tar.gz

builds:
- id: linux
binary: path-helper
main: .
goos:
- linux
env:
- CGO_ENABLED=0
flags:
-a
goarch:
- amd64
- id: darwin
binary: path-helper
main: .
goos:
- darwin
env:
- CGO_ENABLED=0
flags:
-a
goarch:
- amd64

0 comments on commit bdb5b2b

Please sign in to comment.