Describe your feature request here
My company has licenses of Azure DevOps and we configured CI/CD using pipelines.
Our target architecture is arm64 running linux, but, as far as I understand, Azure DevOps pipeline offers only amd64 runner images (windows, linux or macos).
I cannot cross-compile because my framework is next.js and so I must build natively.
I had to setup a set of docker containers that use qemu but this has really bad performance (a build takes more than 30 minutes instead of 1 minute - I already use caching and all I can).
This waste resources, time and, of course, money.
We need a MS-hosted ubuntu running on arm64 architecture.
I had opened a request in this repo, but it was the wrong one. So I opened this one.
Describe your feature request here
My company has licenses of Azure DevOps and we configured CI/CD using pipelines.
Our target architecture is arm64 running linux, but, as far as I understand, Azure DevOps pipeline offers only amd64 runner images (windows, linux or macos).
I cannot cross-compile because my framework is next.js and so I must build natively.
I had to setup a set of docker containers that use qemu but this has really bad performance (a build takes more than 30 minutes instead of 1 minute - I already use caching and all I can).
This waste resources, time and, of course, money.
We need a MS-hosted ubuntu running on arm64 architecture.
I had opened a request in this repo, but it was the wrong one. So I opened this one.