Hacker News new | ask | show | jobs
by n4jm4 1466 days ago
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

1 comments

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