Skip to content

Commit 9bd8aa7

Browse files
committed
add windows on arm example
1 parent 884fad7 commit 9bd8aa7

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

docs/os-platform/windows.md

+25
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ keywords: [Cirun, Windows, ]
2020
You can use windows operating system for your runners as well. Here are a couple of examples
2121
of creating windows runner on Azure and AWS:
2222

23+
:::note
24+
25+
To spin up Windows runners using cirun.io, ensure you have an eligible Windows license with
26+
multi-tenant license rights.
27+
28+
:::
29+
2330
## Azure
2431

2532
:::note
@@ -43,6 +50,24 @@ runners:
4350
- "cirun-azure-windows-runner"
4451
```
4552
53+
### Arm
54+
55+
Below is an example of arm based windows runner on Azure:
56+
57+
```yaml
58+
runners:
59+
- name: azure-windows-arm
60+
cloud: azure
61+
instance_type: Standard_D2pls_v5
62+
region: uksouth
63+
machine_image:
64+
publisher: "microsoftwindowsdesktop"
65+
offer: "windows11preview-arm64"
66+
sku: "win11-23h2-pro"
67+
version: "latest"
68+
labels:
69+
- cirun-azure-windows-arm-runner
70+
```
4671
4772
## AWS
4873

0 commit comments

Comments
 (0)