Skip to content

Commit

Permalink
fix release build
Browse files Browse the repository at this point in the history
  • Loading branch information
howeyc committed Apr 29, 2021
1 parent 4256a61 commit 36d34c5
Showing 1 changed file with 1 addition and 46 deletions.
47 changes: 1 addition & 46 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
builds:
-
id: "ledger"
main: ./cmd/ledger/.
main: ./ledger/.
binary: ledger
goos:
- windows
Expand All @@ -15,55 +15,10 @@ builds:
- i386
- arm
- arm64
-
id: "limport"
main: ./cmd/limport/.
binary: limport
goos:
- windows
- darwin
- linux
- freebsd
goarch:
- amd64
- i386
- arm
- arm64
-
id: "llint"
main: ./cmd/llint/.
binary: llint
goos:
- windows
- darwin
- linux
- freebsd
goarch:
- amd64
- i386
- arm
- arm64
-
id: "lweb"
main: ./cmd/lweb/.
binary: lweb
goos:
- windows
- darwin
- linux
- freebsd
goarch:
- amd64
- i386
- arm
- arm64
archives:
-
builds:
- ledger
- limport
- llint
- lweb
wrap_in_directory: true
format_overrides:
- goos: windows
Expand Down

0 comments on commit 36d34c5

Please sign in to comment.