build: add new WASM specific release/build tags

We need to drop things like postgres+etcd, as they don't understand the
WASM/JS build target.
This commit is contained in:
Olaoluwa Osuntokun
2021-11-15 17:13:38 -08:00
parent f7dd70b5cb
commit 1bff146c43
2 changed files with 3 additions and 1 deletions

View File

@@ -39,6 +39,8 @@ windows-arm
RELEASE_TAGS = autopilotrpc signrpc walletrpc chainrpc invoicesrpc watchtowerrpc monitoring kvdb_postgres kvdb_etcd
WASM_RELEASE_TAGS = autopilotrpc signrpc walletrpc chainrpc invoicesrpc watchtowerrpc monitoring
# One can either specify a git tag as the version suffix or one is generated
# from the current date.
ifneq ($(tag),)