Any chance we can get an arm64 (aarch64) Linux (Fedora) package?
Hi @jorrit-2,
Just to let you know – this is indeed on our radar.
Our plan is to make an official arm64
package available in the (hopefully not too distant) future.
Appreciate your patience – and feel free to reach out if you have any feedback or specific use cases!
So I’m running Linux on the bare metal of my MacBook Pro, which works insanely well as a development machine. To be honest Lens is one of the rare packages which does not work for me.
This machine is more than beefy enough to run most x86 things in emulation mode as well if needed, but your Linux x86 image is not compatible with that either, as jemalloc in your builds is not configured to support 16k kernel page size. This is a common (solvable) issue with jemalloc.
Obviously, I cannot be sure if that jemalloc error is the only compatibility issue with x86 emulation, but it certainly is a show-stopping one. If you guys could compile the x86 image without jemalloc or with --with-lg-page=16 that might make it work with emulation. Happy to be a guinea pig!
At some level your code supports 16k page size as you support Apple Silicon on macOS, so…