-
-
Notifications
You must be signed in to change notification settings - Fork 179
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
.github: Add ARM64 CI #376
Conversation
@@ -20,7 +20,7 @@ jobs: | |||
fail-fast: false | |||
matrix: | |||
# Test all supported versions on Ubuntu: | |||
os: [ubuntu-latest] | |||
os: [ubuntu-latest, ubuntu-24.04-arm] | |||
python: ["3.9", "3.10", "3.11", "3.12", "3.13"] | |||
experimental: [false] | |||
build: [''] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to include some experimental tasks on arm as well? (Block from line 27)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah we should add!
@diegorusso Looks like there is no build for 3.14-dev at this moment. |
Nightly builds seem to support only amd64: https://launchpad.net/~deadsnakes/+archive/ubuntu/nightly @asottile is there any plan to expand nightly builds to Arm platforms? |
I would have to look at capacity and it would add quite a bit of maintenance but it might not be that bad |
Let me know if you need any help. |
See: https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/ and psf/pyperf#212