Closed
Description
I needed to run VSTS agent on Windows 10 IoT Core (ARM32v7). Based on my understandings, it is easy to support win-arm for VSTS agent; only need to upgrade Agent.Service project to .Net Core 2.1 and related build script (I already did locally). However, there are many external dependencies, e.g. Git, NodeJS.
Questions:
- Do you have any plan to support VSTS agent on Windows ARM32v7?
- Do you know any other workaround/trick to allow those externals to run on Windows ARM32v7?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment