dockerfile: use CGO_ENABLED=0 for binary builds (closes #13) #21

Merged
sneak merged 1 commits from fix/cgo-disabled into main 2026-02-27 08:47:11 +01:00

1 Commits

Author SHA1 Message Date
f0c4a5bb47 dockerfile: use CGO_ENABLED=0 for binary builds
All checks were successful
check / check (push) Successful in 5s
modernc.org/sqlite is pure Go — no cgo needed at runtime.
build-base remains for make check (-race requires cgo).
Fixes #13.
2026-02-26 22:28:23 -08:00