From 4dc30f868704e989d0827672bc0934c723d6a0d5 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Tue, 28 May 2024 15:20:40 +0200 Subject: [PATCH] [chore] make wasm sqlite3 available to goreleaser via env var (#2938) --- .goreleaser.yml | 2 ++ 1 file changed, 2 insertions(+) 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: