Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2667 from mrfelton/refactor/update-lnd-build-script
Browse files Browse the repository at this point in the history
refactor: remove unused 386 lnd build targets
  • Loading branch information
mrfelton authored Jul 31, 2019
2 parents 55565b1 + 11ab4c4 commit 38b58ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/lnd-release/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ builds:
- windows
goarch:
- amd64
- '386'
binary: lnd
main: ./cmd/lnd
ldflags:
Expand All @@ -20,7 +19,6 @@ builds:
- windows
goarch:
- amd64
- '386'
binary: lncli
main: ./cmd/lncli
ldflags:
Expand Down

0 comments on commit 38b58ae

Please sign in to comment.