[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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: