Skip to content

Commit

Permalink
Add FreeBSD and Windows to release
Browse files Browse the repository at this point in the history
  • Loading branch information
howeyc committed Dec 7, 2017
1 parent 79bc2b4 commit 651b842
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,34 @@
builds:
- main: ./cmd/ledger/.
binary: ledger
goos:
- windows
- darwin
- linux
- freebsd
goarch:
- amd64
- i386
- main: ./cmd/limport/.
binary: limport
goos:
- windows
- darwin
- linux
- freebsd
goarch:
- amd64
- i386
- main: ./cmd/llint/.
binary: llint
goos:
- windows
- darwin
- linux
- freebsd
goarch:
- amd64
- i386
- main: ./cmd/lweb/.
binary: lweb
goos:
Expand All @@ -16,3 +40,9 @@ builds:
- freebsd
goarch:
- amd64
- i386
archive:
wrap_in_directory: true
format_overrides:
- goos: windows
format: zip

0 comments on commit 651b842

Please sign in to comment.