2 comments

[ 3.3 ms ] story [ 17.6 ms ] thread
See also snek, a wrapper for quickly generating per-platform application binaries using Docker compiler toolchain images.

You can think of snek as similar to a bash for-loop over `docker run` commands, but with more validation and no particular shell implementation dependency.

https://github.com/mcandre/snek

Thanks for sharing, this seems ideal for my use case (building the same source on multiple targets).