Set Up a Simple CI Pipeline to Build Docker Images for ARM

143

Recently I did an experiment: Can we build Docker images for ARM on ordinary cloud CI services that only provide Intel CPU’s?

The idea was to get rid of self hosted CI build agents that you have to care for. If you want to provide an ARM Docker image for an open source project your task is to build it and not to setup and maintain a whole pipeline for it.

We at Hypriot have created several Dockerfiles for open source tools like MySQLTræfɪk or Node.js to make them available as Docker images for your ARM devices.

Read more at Hypriot