[chore] make wasm sqlite3 available to goreleaser via env var (#2938)

This commit is contained in:
tobi
2024-05-28 15:20:40 +02:00
committed by GitHub
parent a276b1ca06
commit 4dc30f8687

View File

@@ -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: