You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Repro steps:
Create a runner using the new arm-based linux, selecting Ubuntu 22.04 by Arm Limited as Image name. Use that new runner in a GitHub Action and try to set up python3.9 using the action.
Expected behavior:
Should be able to set up python 3.9 in an arm-based Ubuntu 22.04 runner.
Actual behavior:
Unable to set up python 3.9 in an arm-based Ubuntu 22.04 runner.
The text was updated successfully, but these errors were encountered:
juanitosvq
changed the title
Version '3.9' with architecture 'arm64' was not found for Ubuntu 22.04
Version not found when using new arm-based linux runners (ubuntu 22.04)
Jun 5, 2024
It's a little surprising setup-python doesn't support ARM-based Python versions yet, given ARM-based runners are in public beta now. We were able to get around this by running jobs in a container (not using setup-python).
Hello Everyone, We are excited to announce that we've recently incorporated support for ARM64 packages on Ubuntu 22.04 ARM64 runner as part of this Pull Request. Our tests have confirmed their functionality.
With the release of Python 3.9 support for ARM64, we are now proceeding to close the related issue. However, we encourage you to verify this update from your end.
Should you encounter any further issues or require additional clarifications, please don't hesitate to reach out. We stand ready to reopen the issue if necessary.
Description:

I just created a runner using the newly available arm-based linux images for GitHub actions: https://github.blog/changelog/2024-06-03-actions-arm-based-linux-and-windows-runners-are-now-in-public-beta/
I am using Ubuntu 22.04 for this runner:
When trying to use the actions/setup-python@v5 to set up python 3.9, the action is failing with:
Action version:
actions/setup-python@v5
Platform:
Runner type:
Tools version:
Python 3.9
Repro steps:
Create a runner using the new arm-based linux, selecting Ubuntu 22.04 by Arm Limited as Image name. Use that new runner in a GitHub Action and try to set up python3.9 using the action.
Expected behavior:
Should be able to set up python 3.9 in an arm-based Ubuntu 22.04 runner.
Actual behavior:
Unable to set up python 3.9 in an arm-based Ubuntu 22.04 runner.
The text was updated successfully, but these errors were encountered: