Fix SQLite driver missing on arm64 macOS builds

Enable CGO_ENABLED=1 in goreleaser config to ensure SQLite driver
is properly compiled and linked in all builds.

Fixes #230

Amp-Thread-ID: https://ampcode.com/threads/T-06ef71cb-d3e8-42bf-8876-b09814c2c09c
Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Steve Yegge
2025-11-05 14:29:48 -08:00
parent 9b92a1f769
commit f9771cddd1

View File

@@ -13,7 +13,7 @@ builds:
main: ./cmd/bd
binary: bd
env:
- CGO_ENABLED=0
- CGO_ENABLED=1
goos:
- linux
- darwin