Open
Description
When enable Azure DevOps to use a VMSS pool configured with an ARM64 image, the deployment fails due to the following error
The current CPU architecture is not supported. Deployment agent requires x64 architecture.
vsts-azurevm-extension/ExtensionHandler/Linux/src/AzureRM.py
Lines 165 to 171 in f1b3ace
What's the reason for the limitation, and are there plans to support ARM64 deployments?
I have also tried replacing the image that gets passed into the deployment
{
...
"agentDownloadUrl": "https://vstsagentpackage.azureedge.net/agent/3.225.0/vsts-agent-linux-arm64-3.225.0.tar.gz",
...
}
But it appears the extensions throws the error before it tries to run the agent
Metadata
Metadata
Assignees
Labels
No labels