gsoft-inc / ansible-role-azure-devops-agent

An Ansible role that installs and configures a Linux machine to be used as an Azure DevOps build or deployment agent.
60 stars 72 forks source link

Raspberry pi ARM support #45

Open OlafRadicke opened 3 years ago

OlafRadicke commented 3 years ago

Hi!

Here is a patch as a suggestion for adding the raspberry pi ARM support:

https://github.com/gsoft-inc/ansible-role-azure-devops-agent/compare/master...OlafRadicke:master

I hope it is useful.

Best regards,

Olaf

bitlord commented 2 years ago

I also needed alternative architecture for the installation, I used to hardcode the value myself, but wouldn't it be easier to maintain just to replace architecture with a variable and globally default to x64 provide all variations inside documentation and a URL to the Microsoft page defining supported systems/architectures? It's sad that there are so many variations to specify the same architecture by different vendors (so not easy to use facts gathered by ansible setup module) :/