Skip to content

Commit

Permalink
chore: add goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
ohsawa0515 committed Feb 17, 2018
1 parent 25b5f5a commit e399213
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: akm
goos:
- darwin
- linux
goarch:
- amd64
archive:
format: tar.gz
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
files:
- README.md
release:
github:
owner: ohsawa0515
name: akm

0 comments on commit e399213

Please sign in to comment.