go-sqlite3
go-sqlite3 copied to clipboard
Documentation: Successful CGo multi-platform docker build image
Via this image: https://github.com/neilotoole/xcgo
It is possible to produce a bunch of multi-platform release artifacts.
neilotoole/xcgo's companion example project sqlitr, via goreleaser, publishes a trivial sqlitr query tool in these forms:
- brew
- scoop
- snap
- deb
- rpm
- docker
- tarball
Note snap. Not trivial to do... snapcraft is a PITA.
This issue suggests a link (or just wholesale copying the procedure into the documentation) so that this nasty problem is not so hard for the next person.