-
Notifications
You must be signed in to change notification settings - Fork 10
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
Comments
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. |
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. |
@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). |
Looks like they have entered private beta also for hosted runners. |
@triplef arm runners are in public beta now https://github.blog/changelog/2024-06-03-actions-arm-based-linux-and-windows-runners-are-now-in-public-beta/ |
Not for us yet:
|
README suggests arm64 is supported, maybe publish a release that includes this arch?
The text was updated successfully, but these errors were encountered: