Skip to content

Commit

Permalink
Releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
howeyc committed Dec 7, 2017
1 parent 08d6cf6 commit 79bc2b4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# .goreleaser.yml
# Build customization
builds:
- main: ./cmd/ledger/.
binary: ledger
- main: ./cmd/limport/.
binary: limport
- main: ./cmd/llint/.
binary: llint
- main: ./cmd/lweb/.
binary: lweb
goos:
- windows
- darwin
- linux
- freebsd
goarch:
- amd64

0 comments on commit 79bc2b4

Please sign in to comment.