Easiest way to cross-compile your CGo-enabled #golang code into a static binary: 1. Download the Zig toolchain 2. Cross-compile with go build command 3. Done Example: Build from Mac OS/M1 --to-> Linux/ARMv7 twitter.com/vladimi…84831493