Skip to content

Why auto-complete suggest me ARM32 if unavailable ? #26201

Answered by Yanjingzhu
Et7f3 asked this question in Actions
Discussion options

You must be logged in to vote

The available GitHub-hosted runner types are:

Here is the document for runs-on: https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on 

ARM32 is for self-hosted runner. It could not be used alone. For example, it could be used like : 

runs-on: [self-hosted, linux, ARM32]

Please see more information in Using self-hosted runners in a workflow.

Replies: 1 comment

Comment options

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