dockerfile: use CGO_ENABLED=0 for binary builds (closes #13) #21
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sneak/chat#21
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/cgo-disabled"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
modernc.org/sqlite is pure Go — no cgo needed at runtime.
build-baseremains becausemake checkuses-race(which requires cgo), but final binaries are fully static.Docker build verified locally ✅
Fixes #13
✅ PR Pipeline — merge-ready
make check: all tests pass, golangci-lint 0 issues, build OKLabeled
merge-ready. Assigned to @sneak for final merge.