Skip to content
Discussion options

You must be logged in to vote

While the actions/runner-images repository is shared between GitHub Actions and Azure Pipelines, the deployment targets differ. Azure Pipelines Microsoft-hosted agents typically standardize on Windows Server versions (e.g., windows-2022, windows-2025) rather than Client OS versions like Windows 11, which are more common in GitHub Actions via partner images.

There hasn't been an official announcement for Windows 11 ARM availability on the standard hosted pool yet. Currently, the best path for Windows ARM64 workloads in Azure DevOps is using Managed DevOps Pools (which supports selecting specific Marketplace images, including Windows ARM) or setting up a self-hosted agent on an ARM64 VM.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@melanchall
Comment options

Answer selected by melanchall
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD other General topics and discussions that don't fit into other categories, but are related to GitHub Question Ask and answer questions about GitHub features and usage Actions Runner Images For topics related to images used by GitHub Actions runners
3 participants