dbbench icon indicating copy to clipboard operation
dbbench copied to clipboard

Fix release builds with CGO

Open sj14 opened this issue 5 years ago • 1 comments

Currently, goreleaser doesn't support CGO builds, which is required for sqlite support (and maybe more in the future). Check for a way to build releases with CGO support.

sj14 avatar Dec 01 '18 06:12 sj14

check https://github.com/mailchain/goreleaser-xcgo

https://medium.com/@robdefeo/cross-compile-with-cgo-and-goreleaser-6af884731222?sk=baf6553fa48cb0e28ea3519615f02576

sj14 avatar May 14 '19 06:05 sj14