33 lines
1.2 KiB
YAML
33 lines
1.2 KiB
YAML
# Configuration related to self-hosted runner.
|
|
self-hosted-runner:
|
|
# Labels of self-hosted runner in array of strings.
|
|
labels:
|
|
# GitHub-hosted Runners
|
|
- github-8vcpu-ubuntu-2404
|
|
- github-16vcpu-ubuntu-2404
|
|
- github-32vcpu-ubuntu-2404
|
|
- github-8vcpu-ubuntu-2204
|
|
- github-16vcpu-ubuntu-2204
|
|
- github-32vcpu-ubuntu-2204
|
|
- github-16vcpu-ubuntu-2204-arm
|
|
- windows-2025-16
|
|
- windows-2025-32
|
|
- windows-2025-64
|
|
# Namespace Ubuntu 20.04 (Release builds)
|
|
- namespace-profile-16x32-ubuntu-2004
|
|
- namespace-profile-32x64-ubuntu-2004
|
|
- namespace-profile-16x32-ubuntu-2004-arm
|
|
- namespace-profile-32x64-ubuntu-2004-arm
|
|
# Namespace Ubuntu 22.04 (Everything else)
|
|
- namespace-profile-4x8-ubuntu-2204
|
|
- namespace-profile-8x16-ubuntu-2204
|
|
- namespace-profile-16x32-ubuntu-2204
|
|
- namespace-profile-32x64-ubuntu-2204
|
|
# Namespace Ubuntu 24.04 (like ubuntu-latest)
|
|
- namespace-profile-2x4-ubuntu-2404
|
|
# Namespace Limited Preview
|
|
- namespace-profile-8x16-ubuntu-2004-arm-m4
|
|
- namespace-profile-8x32-ubuntu-2004-arm-m4
|
|
# Self Hosted Runners
|
|
- self-mini-macos
|
|
- self-32vcpu-windows-2022
|