diff options
author | 2024-05-28 15:20:40 +0200 | |
---|---|---|
committer | 2024-05-28 15:20:40 +0200 | |
commit | 4dc30f868704e989d0827672bc0934c723d6a0d5 (patch) | |
tree | 6c4e9361d2480834a90f10a4aca31c11f8ed508c | |
parent | [feature/frontend] Let admins send test email to validate SMTP config (#2934) (diff) | |
download | gotosocial-4dc30f868704e989d0827672bc0934c723d6a0d5.tar.xz |
[chore] make wasm sqlite3 available to goreleaser via env var (#2938)
-rw-r--r-- | .goreleaser.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml index 9bb10695f..aa3b5bf60 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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: |