[chore] make wasm sqlite3 available to goreleaser via env var (#2938)
This commit is contained in:
parent
a276b1ca06
commit
4dc30f8687
|
@ -29,6 +29,8 @@ builds:
|
|||
- timetzdata
|
||||
- >-
|
||||
{{ if and (index .Env "DEBUG") (.Env.DEBUG) }}debugenv{{ end }}
|
||||
- >-
|
||||
{{ if and (index .Env "WASMSQLITE3") (.Env.WASMSQLITE3) }}wasmsqlite3{{ end }}
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
goos:
|
||||
|
|
Loading…
Reference in New Issue