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:
@@ -13,7 +13,7 @@ builds:
|
|||||||
main: ./cmd/bd
|
main: ./cmd/bd
|
||||||
binary: bd
|
binary: bd
|
||||||
env:
|
env:
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=1
|
||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
- darwin
|
- darwin
|
||||||
|
|||||||
Reference in New Issue
Block a user