Skip to content
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

Support aarch64-linux container #147

Open
dsalaza4 opened this issue Jul 11, 2024 · 2 comments
Open

Support aarch64-linux container #147

dsalaza4 opened this issue Jul 11, 2024 · 2 comments

Comments

@dsalaza4
Copy link

dsalaza4 commented Jul 11, 2024

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!

@cole-h
Copy link
Contributor

cole-h commented Jul 11, 2024

- name: Push build container image

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".

@dsalaza4
Copy link
Author

dsalaza4 commented Jul 11, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants