ARM runner support #353
Unanswered
contrast-jproberts
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to run
pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
on an ARM runner and received the following error (slightly redacted with$
variable names):I don't see any issues, pull requests, or discussions clarifying support for using this action on ARM runners, so I wanted to start the discussion.
I've been migrating all jobs for a work project to use ARM larger runners because of the reduced cost. The publish step in our deployment workflow uses this action, and it isn't run often enough to optimize. Still, it would be simpler if as many of our jobs used the same runner as possible, and most jobs would be faster and cheaper to run on ARM larger runners.
GitHub hosted ARM runners are also currently in public preview: https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/ . With GitHub making it easier to use ARM runners, there could be more interest in ARM support for actions in the future.
In the meantime, I'll continue to use
ubuntu-latest
. I don't have a good estimate for how much effort ARM support requires. My hope is that this discussion can aggregate use cases for support, and to document the support decision.Beta Was this translation helpful? Give feedback.
All reactions