GitHub Actions: Runners, Containers, Services, and Self-Hosted Execution/Label-based runner targeting
Match jobs to specialized self-hosted infrastructure.
Section: Services and operational patterns
Label-based runner targeting
yaml
yaml
runs-on: [self-hosted, gpu, linux]Explanation
Runner labels let you route GPU builds, ARM builds, or deployment jobs to the correct machines.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Services and operational patterns