monogon
monogon copied to clipboard
ARM64 architecture support?
Tried installing in Fedora 38 MV on macOS m1/m2 arch. Noticed this qemu-x86_64-static: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory
error. My ignorant assumption is that there is no amd64 support as of yet. Is this something in the roadmap?
I think you mean ARM64 rather than AMD64 (which works)?
The build system currently expects a 64bit x86 architecture: there's a prebuilt sysroot as well as some other hardcoded assumptions. ARM support - both as build platform and deployment target - is on our mid-term roadmap, but there are no short term plans for lack of customer demand. If you have a use case, we'd love to hear about it!
Note that you can already cross-compile metroctl for MacOS M1/M2.
Ah. Yes I did mean ARM64, sorry ... low on caffein. 🤔 Will did in further. Thanks.