4 ms·
What services are people using to run continuous integration for ARM? I see Travis CI has an alpha. Azure Pipelines doesn't host ARM instances I think.
by ijl 7y ago
What services are people using to run continuous integration for ARM? I see Travis CI has an alpha. Azure Pipelines doesn't host ARM instances I think.
- otterley 7y agoAWS CodeBuild supports ARM builds: https://aws.amazon.com/about-aws/whats-new/2019/11/aws-codebuild-adds-support-for-arm--gpu--and-x-large-compute-typ/ https://aws.amazon.com/about-aws/whats-new/2019/11/aws-codeb...
- oldmanhorton 7y agoAzure Pipelines doesn't host arm yet, but you can run a self hosted pool on a Gravitron2 VM pretty easily.
- jedbrown 7y agoGitLab-CI can use any host (and can be used with GitHub, though the PR integration is not nearly as nice as when used with a GitLab MR).