Build for Arm on CircleCI
Build, test, and deploy applications for Arm without ever managing your own CI/CD infrastructure.
Why use Arm on CircleCI?
Future-proof your business
As Arm rapidly gains popularity, building on Arm machines allows you to prepare for the next generation of devices.
Amplify performance and efficiency
Arm processors deliver significant performance improvements without sacrificing power or increasing cost.
Freedom to develop anywhere
Make it easy for your developers to test and deploy systems to Arm infrastructure like AWS Graviton2.
How to use Arm compute on CircleCI
version: 2.1
jobs:
build-medium:
machine:
image: ubuntu-2004:202101-01
resource_class: arm.medium
steps:
- run: uname -a
- run: echo "Hello, Arm!"
workflows:
build:
jobs:
- build-medium