Skip to content

Commit

Permalink
Fix typo in self-hosted runners architecture labels
Browse files Browse the repository at this point in the history
  • Loading branch information
garysassano committed Jan 13, 2024
1 parent c3d80f5 commit 2c307fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ A self-hosted runner automatically receives certain labels when it is added to {

- `self-hosted`: Default label applied to all self-hosted runners.
- `linux`, `windows`, or `macOS`: Applied depending on operating system.
- `x64`, `ARM`, or `ARM64`: Applied depending on hardware architecture.
- `x64`, `ARM32`, or `ARM64`: Applied depending on hardware architecture.

You can use your workflow's YAML to send jobs to a combination of these labels. In this example, a self-hosted runner that matches all three labels will be eligible to run the job:

Expand Down

0 comments on commit 2c307fb

Please sign in to comment.