You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What arm machine did you have?
I think if the bottleneck is compilation (it didn't found most packages on caches), it depends on your processor speed.
What I found useful is that I can just use GH Action (even though it uses qemu cross compile), and then download the image.
My default build took 6minutes.
Just recently I rebuild my images on macOS M2 -> under ARM Linux VM using VMWare (as NixOS guest vm). The difference is not significant, but useful when debugging issues. Probably because it is still as Linux under M2 emulation.
So in summary: very recommended, but speed depends on your proc.
Is it possible to use native arm64 instead using qemu (cross-compiling) to have faster build.
The text was updated successfully, but these errors were encountered: