go-sqlite3 icon indicating copy to clipboard operation
go-sqlite3 copied to clipboard

Documentation: Successful CGo multi-platform docker build image

Open neilotoole opened this issue 5 years ago • 0 comments

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.

neilotoole avatar Mar 26 '20 05:03 neilotoole