mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-22 03:36:39 +00:00
[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
|
- timetzdata
|
||||||
- >-
|
- >-
|
||||||
{{ if and (index .Env "DEBUG") (.Env.DEBUG) }}debugenv{{ end }}
|
{{ if and (index .Env "DEBUG") (.Env.DEBUG) }}debugenv{{ end }}
|
||||||
|
- >-
|
||||||
|
{{ if and (index .Env "WASMSQLITE3") (.Env.WASMSQLITE3) }}wasmsqlite3{{ end }}
|
||||||
env:
|
env:
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
goos:
|
goos:
|
||||||
|
|
Loading…
Reference in a new issue