Skip to content

Commit

Permalink
Add goreleaser file
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Jan 8, 2020
1 parent a8b96e9 commit a6b0a21
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# .goreleaser.yml
builds:
- binary: pfxsigner
goos:
- darwin
- linux
goarch:
- amd64

before:
hooks:
- make build

archive:
format: tar.gz
files:
- props.json.sample
- README.md
- LICENSE

0 comments on commit a6b0a21

Please sign in to comment.