flathub / org.freedesktop.Platform.VulkanLayer.MangoHud

https://flathub.org/apps/details/org.freedesktop.Platform.VulkanLayer.MangoHud
18 stars 8 forks source link

build: Enable 'aarch64' build #37

Open tim77 opened 11 months ago

tim77 commented 11 months ago

Attempt to build aarch64 version.

flathubbot commented 11 months ago

Started test build 71074

flathubbot commented 11 months ago

Build 71074 failed

tim77 commented 11 months ago

Error installing deps: Unknown extension 'org.freedesktop.Sdk.Compat.i386' in runtime

gasinvein commented 11 months ago

Ah yes, this extension is unavailable for aarch64. And we can't set extensions per-architecture.

tim77 commented 11 months ago

And we can't set extensions per-architecture.

I am tried to figure out how to do this and this really bad news. :disappointed:

gasinvein commented 11 months ago

Maybe we should bring this issue up to freedesktop-sdk? While implementing per-architecture extensions support in flatpak may be difficult, exporting the same .Compat.i386 for aarch64 should be rather easy.