Support aarch64-linux container
dsalaza4 opened this issue · 2 comments
Hi,
Your solution looks great. Thank you so much for all the effort!
I was wondering if there are plans to publish a aarch64-linux container.
Thank you!
attic/.github/workflows/build.yml
Line 67 in 6139576
This happens in CI, so I think this would require arm64 runners of some sort. The good news is, GitHub recently launched an open beta for this: https://github.blog/2024-06-03-arm64-on-github-actions-powering-faster-more-efficient-build-systems/
The bad news is, it's only available for GitHub Team and Enterprise Cloud plans. The good news is, they say "We expect to begin offering Arm runners for open source projects by the end of the year". The bad news is, it won't be available until "end of the year".
We currently use https://buildjet.com/for-github-actions for building aarch-64-linux containers on https://github.com/fluidattacks/makes.
The free plan is enough if you're just using them for building a container every time a new version is released 🫶
This is how the github action looks like: https://github.com/fluidattacks/makes/blob/main/.github/workflows/prod.yml#L19