From bfdb5c01c56b43ea7ceeee523fbadedaf746dc09 Mon Sep 17 00:00:00 2001 From: dstadulis <15150758+dstadulis@users.noreply.github.com> Date: Tue, 7 Mar 2023 21:18:14 +0000 Subject: [PATCH] build: remove Pool release targets no longer built for lnd lnd PR https://github.com/lightningnetwork/lnd/pull/7252/ removed support for 10 OS / architectures As Pool requires lnd to run, this PR replicates the build list of lnd for Pool. --- make/release_flags.mk | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/make/release_flags.mk b/make/release_flags.mk index 8a45d7d..5899d9d 100644 --- a/make/release_flags.mk +++ b/make/release_flags.mk @@ -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 \ @@ -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