Re-enable aarch64 builds.

OpenGL used to not work with the aarch64 KDE flatpak runtime, but this
seems to no longer be the case, so let's re-enable aarch64 builds.

There's currently an issue with gcc breaking rendering on aarch64 when
building with LTO, so it is disabled for now.
This commit is contained in:
Nadia 2023-02-09 21:34:05 +01:00 committed by Nadia Holmquist Pedersen
parent b762a66add
commit e56607cb44
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
{ {
"only-arches": ["x86_64"] "only-arches": ["x86_64", "aarch64"]
} }

View file

@ -28,7 +28,7 @@ modules:
arch: arch:
aarch64: aarch64:
config-opts: config-opts:
- -DENABLE_OGLRENDERER=OFF - -DENABLE_LTO_RELEASE=OFF
build-commands: build-commands:
- install -D -m644 -t /app/share/appdata/ ../${FLATPAK_ID}.appdata.xml - install -D -m644 -t /app/share/appdata/ ../${FLATPAK_ID}.appdata.xml
sources: sources: