chore: new driver for sqlite3 with wasm and edit goreleaser env to compiler CGO_ENABLED = 0, add empty file for postinstall script
Some checks failed
build / build (push) Failing after 1m15s

This commit is contained in:
d3m0k1d
2026-01-21 16:26:55 +03:00
parent b6e92a2a57
commit 9198f19805
5 changed files with 19 additions and 7 deletions

View File

@@ -25,6 +25,8 @@ builds:
- arm64
ldflags:
- "-s -w"
env:
- CGO_ENABLED=0
archives:
- format: tar.gz
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"