Skip to content

Commit

Permalink
build: remove Pool release targets no longer built for lnd
Browse files Browse the repository at this point in the history
lnd PR lightningnetwork/lnd#7252 removed support for 10 OS / architectures

As Pool requires lnd to run, this PR replicates the build list of lnd for Pool.
  • Loading branch information
dstadulis authored Mar 7, 2023
1 parent 77cabc6 commit bfdb5c0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions make/release_flags.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ VERSION_CHECK = @$(call print, "Building master with date version tag")

BUILD_SYSTEM = darwin-amd64 \
darwin-arm64 \
dragonfly-amd64 \
freebsd-386 \
freebsd-amd64 \
freebsd-arm \
illumos-amd64 \
linux-386 \
linux-amd64 \
linux-armv6 \
Expand All @@ -18,17 +16,9 @@ linux-ppc64le \
linux-mips \
linux-mipsle \
linux-mips64 \
linux-mips64le \
linux-s390x \
netbsd-386 \
netbsd-amd64 \
netbsd-arm \
netbsd-arm64 \
openbsd-386 \
openbsd-amd64 \
openbsd-arm \
openbsd-arm64 \
solaris-amd64 \
windows-386 \
windows-amd64 \
windows-arm
Expand Down

0 comments on commit bfdb5c0

Please sign in to comment.