We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3db730 commit 21c4cacCopy full SHA for 21c4cac
1 file changed
content/actions/hosting-your-own-runners/about-self-hosted-runners.md
@@ -92,11 +92,13 @@ The following operating systems are supported for the self-hosted runner applica
92
93
- macOS 10.13 (High Sierra) or later
94
95
-#### Architectures
+#### Hardware architectures
96
97
-- x64
98
-- ARM64 (Linux only)
99
-- ARM32 (Linux only)
+The following hardware architectures are supported for the self-hosted runner application.
+
+- `x64` - Linux, macOS, Windows.
100
+- `ARM64` - Linux only.
101
+- `ARM32` - Linux only.
102
103
{% if enterpriseServerVersions contains currentVersion %}
104
0 commit comments