Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mysticrenji/azdevops_iotbuildagent

Dockerized version of Azure Devops Agent for building IoT Modules under arm32v7 architecture
https://github.com/mysticrenji/azdevops_iotbuildagent

Last synced: about 6 hours ago
JSON representation

Dockerized version of Azure Devops Agent for building IoT Modules under arm32v7 architecture

Awesome Lists containing this project

README

        

Az Devops Build Agent for building IoT Modules in Arm32v7 devices

## Command to Build the Image
docker build -t "ImageName" .

## Command to run the container
docker run -e AZP_URL={AZ DEVOPS URL} -e AZP_TOKEN={PAT} -e AZP_AGENT_NAME={AGENTNAME} -v /var/run/docker.sock:/var/run/docker.sock
"ImageName"