Skip to content

Commit

Permalink
next version
Browse files Browse the repository at this point in the history
  • Loading branch information
howeyc committed Nov 3, 2019
1 parent 9cf2b91 commit 6e1ae8b
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# .goreleaser.yml
# Build customization
builds:
- main: ./cmd/ledger/.
-
id: "ledger"
main: ./cmd/ledger/.
binary: ledger
goos:
- windows
Expand All @@ -11,7 +13,10 @@ builds:
goarch:
- amd64
- i386
- main: ./cmd/limport/.
- arm
-
id: "limport"
main: ./cmd/limport/.
binary: limport
goos:
- windows
Expand All @@ -21,7 +26,10 @@ builds:
goarch:
- amd64
- i386
- main: ./cmd/llint/.
- arm
-
id: "llint"
main: ./cmd/llint/.
binary: llint
goos:
- windows
Expand All @@ -31,7 +39,10 @@ builds:
goarch:
- amd64
- i386
- main: ./cmd/lweb/.
- arm
-
id: "lweb"
main: ./cmd/lweb/.
binary: lweb
goos:
- windows
Expand All @@ -41,7 +52,14 @@ builds:
goarch:
- amd64
- i386
archive:
- arm
archives:
-
builds:
- ledger
- limport
- llint
- lweb
wrap_in_directory: true
format_overrides:
- goos: windows
Expand Down

0 comments on commit 6e1ae8b

Please sign in to comment.