i opened xa2 which have aarch64 kernel, so i removed arm angelfish, and tried to install aarch64 one, but its not available
then i installed org.telegram.desktop/aarch64 but it's failing to start with syscall error: https://gist.github.com/CODeRUS/49bf...3f121229f3c02b
I don't know how it does it. I have though that to run AARCH64, I will have to have flatpak binaries compiled in the same arch. And then you could maybe go down (64bit -> 32bit). Which you absolutely tanked with i386 example (tablet flatpak exec in 32 bit, runs 64 bit packages).
Maybe in ARM its trickier. I get the same syscall failure when running
But even if we make it run, we will get into trouble with libhybris as its 32 bit and cannot provide GL drivers for 64 bit AARCH64. Or do I miss something?
Sounds like its an issue with 3.3 and flatpak-runner. See earlier messages in this thread and try to remove setuid for flatpak-bwrap. Seems that it helps with crashes.
tested on Pure Maps as its available on aarch64. Its slow, no hardware acceleration, that I have to ask about in the porters channel. Had to run directly, without flatpak-runner. The latter messed up something, will have to look into it later.
Angelfish does not have aach64 since its an issue with their infrastructure used for KDE flatpaks.
But all in all, aarch64 maybe available and usable if we get hybris working on it. Will have to file bug regarding migrate_pages though.