Skip to content

Commit

Permalink
add goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
kazeburo committed Feb 23, 2019
1 parent 58973c3 commit 348f422
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 @@
builds:
- binary: chocon
goos:
- darwin
- linux
goarch:
- amd64
ldflags:
- -X main.Version={{.Version}}
archive:
format: zip
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
release:
github:
owner: kazeburo
name: chocon

0 comments on commit 348f422

Please sign in to comment.