Hacker News new | ask | show | jobs
by q3k 1968 days ago
Massively simplifies the build process, especially for cross-compilation. You can just build the binary, copy it over and run it, without having to ever touch containers, or having to worry about sysroots.

You can go ahead and do the following on your Mac:

    GOARCH=riscv GOOS=linux go build
to build a binary that just runs on Linux on RISC-V.