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

Make a release include arm64 arch #43

Open
levinli303 opened this issue Mar 14, 2024 · 4 comments
Open

Make a release include arm64 arch #43

levinli303 opened this issue Mar 14, 2024 · 4 comments

Comments

@levinli303
Copy link

README suggests arm64 is supported, maybe publish a release that includes this arch?

@triplef
Copy link
Member

triplef commented Mar 18, 2024

We don’t currently have a way to make arm64 builds on CI since GitHub Actions doesn’t yet support arm64 runners (see here) and I don’t think we support cross compiling.

I’ll keep this open for when we have the ability to do this.

@bvoq
Copy link

bvoq commented Mar 19, 2024

Windows ARM is supported since 2022 as a prerelease option: https://github.com/actions/runner/releases/tag/v2.297.0 and has gotten updates since.

@triplef
Copy link
Member

triplef commented Mar 19, 2024

@bvoq I think that’s only for self-hosted runners. Afaik there are no arm64 runners available hosted by GitHub (which is what we’re using).

@bvoq
Copy link

bvoq commented Mar 19, 2024

Looks like they have entered private beta also for hosted runners.
For reference, here is the relevant discussion: https://github.com/orgs/community/discussions/19197
And the official statement: https://github.blog/changelog/2023-10-30-accelerate-your-ci-cd-with-arm-based-hosted-runners-in-github-actions/

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

No branches or pull requests

3 participants