-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Flatpak arm64 support #8033
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flatpak arm64 support #8033
Conversation
Mainly meant to retrigger GitHub actions (free GitHub actions runners have a max runtime of 6 hours)
This new addition is highlighted in GitHub's new blog post: https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/
This should be the version that received complete arm64 support
This reverts commit b416dcd.
Thanks @cochcoder |
When building on a local arm64 device it runs properly.
This uses a more experimental version of the flatpak runner provided by Flathub
To give an update on this, the arm64 version of the flatpak is working perfectly apart from failing to send prints on Asahi Linux and allowing you to download the BambuLabs Network Plugin (even though there is no arm64 option). |
Seems to be needed due to the arm version still being in public beta
This PR is now ready to merge! The issue with Asahi Linux seems to be localized, with a work around available as stated by @cdinerman here. Only thing to note is that to make the arm builds compile, a fork of the current flatpak builder had to be used. This fork is developed and maintained by Flathub. The fork repo can be found here and the PR that adds multi-arch builds into the current runner is here: flatpak/flatpak-github-actions#179 |
Awesome! the fork repo looks fine to me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR adds a arm64 version of the current flatpak through using Flathub's Github Actions builder and Github's arm runners for linux.