Hacker News new | ask | show | jobs
by chrisseaton 3439 days ago
I must be an idiot because I still don't get it. If the VM is just copied into the release, not built, why can't you do that on macOS for deployment on Linux by copying a Linux version in? Why do you need to do it in a VM or Linux build server?
1 comments

It's probably only that no one's written the tooling for that yet, because it's easy enough to set up a Linux VM or build server.
The tools (relx, exrm) can do that.