Skip to content

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

Notifications You must be signed in to change notification settings

mysticrenji/AzDevops_IoTBuildAgent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages