Y
Hacker News
new
|
ask
|
show
|
jobs
by
ijl
2333 days 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.
3 comments
otterley
2333 days ago
AWS CodeBuild supports ARM builds:
https://aws.amazon.com/about-aws/whats-new/2019/11/aws-codeb...
link
jedbrown
2333 days ago
GitLab-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).
link
oldmanhorton
2333 days ago
Azure Pipelines doesn't host arm yet, but you can run a self hosted pool on a Gravitron2 VM pretty easily.
link