|
|
|
|
|
by cloudfudge
606 days ago
|
|
> mips64 .. must be some kind of legacy hw that's getting current software updates Hundreds of thousands of linux-based smartnic cards, actually. Fun stuff. Those particular ones were EOLd and have been replaced with ARM but the MIPS based ones will live on in the datacenters until they die, I'm sure. > Like previous you, I have to admit I'm skeptical but would be happy to be wrong Seriously, you are going to be delighted to be wrong. On your linux machine, go write a go program and write "GOOS=darwin GOARCH=arm64 go build ..." and you will have yourself an ARM mac binary. Or for going the other way, use GOOS=linux GOARCH=amd64. It really is that simple. |
|
I install QEMU (I have the same setup locally), then it's one line each to run unit tests for: Linux 386, arm64, riscv64, ppc64le and s390x.
With QEMU installed, all you have to do is: