-
Notifications
You must be signed in to change notification settings - Fork 59
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
ARM Builders #365
Comments
Is this only related to the builder or also the images generated themselves ? |
Hello, I heard about bluefin recently and was curious about arm support so I ended up here. Is this the starting point to track for arm64 support to make it to bluefin/other images? Looking around I'm guessing this is about adding arm support in the github actions? I saw this draft which seems to attempt that: #524 I also saw that github recently (September 3, 2024) announced "arm64 Linux and Windows runners are now generally available" |
This is certainly the place to watch for updates. When we embarked upon this venture last year we had to work though a lot of infrastructure building and it eventually became less of a priority. I'll defer to @EyeCantCU who opened that draft PR if they have a more recent update. |
@pfiaux they're generally available for enterprise and team plans but not quite yet for open source projects. As soon as they are, I'm happy to resume work here. I've also been considering a self hosted runner for our use |
ARM runners are now available for free in public repos, so we are good to proceed on this! I would like us to standardise on our build workflows across Bluefin/Aurora/Bazzite/Ucore/Kernel Cache/Akmods/Config to reduce the amount of duplication needed to enable ARM images and in future, zstd:chunked. I've made a PoC on this standardisation a little while ago, but since then there has been a lot of changes across different repos - such as running builds via Just scripts - so this may need some rethinking. The way we will need to perform these builds are as follows: Job 1 (parallel): Build AMD64 |
Hello everyone, this might be of interest for the ARM builds too https://github.com/fedora-asahi-atomic-remix/images |
No description provided.
The text was updated successfully, but these errors were encountered: