@stsquad I've spent a couple of days this week trying to move away from cross compiling #boot2container using qemu-user in favor of proper cross compilation... Just because it keeps on getting flakier and flakier in terms of performance and has a nasty tendency of just hanging when compiling go code...

Of course, cross compiling Go programs relying on CGO is another can of worm... Looking at you, #podman and #uroot!

I got it to work in the end, but decided not to go this route and just compile natively instead... Which sucks for riscv64... but I have a visionfive2 I can use for that.

Hopefully some more Go fixes could make emulation less of a pain!