Skip to content

Does GitHub Actions (cloud) allow running of ARM based instances? #25319

Answered by weide-zhou
joshuarobs asked this question in Actions
Discussion options

You must be logged in to vote

Hi @joshuarobs,

Glad to see you in Github Community Forum!
Yes, the Ubuntu hosted runners provided by Github are all ‘x86_64’ architecture. If you’d like to run code on Ubuntu on ARM, you can create a self-hosted runner, and invoke it in the workflow.
https://help.github.com/en/actions/hosting-your-own-runners/adding-self-hosted-runners.

Thanks.

Replies: 7 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@laoshanxi
Comment options

@bkiseu
Comment options

@laoshanxi
Comment options

@bkiseu
Comment options

Comment options

You must be logged in to vote
3 replies
@Sn0rt
Comment options

@rblaine95
Comment options

@crohr
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment