Skip to main content

Windows

You can use windows operating system for your runners as well. Here are a couple of examples of creating windows runner on Azure and AWS:

note

To spin up Windows runners using cirun.io, ensure you have an eligible Windows license with multi-tenant license rights.

Azure

note

The spinup time of windows runners on Azure is higher than AWS.

runners:
- name: "azure-windows-runner"
cloud: "azure"
region: "uksouth"
instance_type: "Standard_D2s_v3"
machine_image:
publisher: microsoftwindowsdesktop
offer: windows-11
sku: win11-22h2-pro
version: latest
labels:
- "cirun-azure-windows-runner"

Arm

Below is an example of arm based windows runner on Azure:

runners:
- name: azure-windows-arm
cloud: azure
instance_type: Standard_D2pls_v5
region: uksouth
machine_image:
publisher: "microsoftwindowsdesktop"
offer: "windows11preview-arm64"
sku: "win11-23h2-pro"
version: "latest"
labels:
- cirun-azure-windows-arm-runner

AWS

runners:
- name: "aws-windows-runner"
cloud: "aws"
region: "us-east-1"
instance_type: "t2.medium"
machine_image: "ami-0f9c44e98edf38a2b"
labels:
- "cirun-aws-windows-runner"