Unverified Commit a86a3f14 authored by Erik Arvstedt's avatar Erik Arvstedt
Browse files

lnd: add default release tags to tags

These tags are included in default lnd release builds.
parent 0801744c
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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"
  ]
}: