Troubleshooting Job completes after "Spin up Environment" for non-x86 based Docker images.

Images based on the Arm architecture, such as Raspberry Pi images, need to be built using the Arm resources rather than the default x86_64 resources that the Docker executor uses. This is because different binaries are required for different platforms.

Solutions:

  • Add resource_class: arm.medium to your executor

You should now be able to build on arm.

Additional Resouces 

If you’d like to run jobs on Arm, check out the Arm preview documentation.

Was this article helpful?
5 out of 9 found this helpful

Comments

0 comments

Article is closed for comments.