lnd: add default release tags to tags

These tags are included in default lnd release builds.
This commit is contained in:
Erik Arvstedt 2024-09-26 11:44:48 +02:00
parent 0801744c61
commit a86a3f14c2
No known key found for this signature in database
GPG key ID: 33312B944DD97846

View file

@ -2,16 +2,21 @@
, fetchFromGitHub
, lib
, tags ? [
# `RELEASE_TAGS` from https://github.com/lightningnetwork/lnd/blob/master/make/release_flags.mk
"autopilotrpc"
"chainrpc"
"invoicesrpc"
"kvdb_etcd"
"kvdb_postgres"
"kvdb_sqlite"
"monitoring"
"routerrpc"
"neutrinorpc"
"peersrpc"
"signrpc"
"walletrpc"
"watchtowerrpc"
# Extra tags useful for testing
"routerrpc"
]
}: