There is a github action that check for new releases every day.
The image is available on docker hub and GitHub Container Registry
This image is built for the following architectures:
- linux/amd64
- linux/arm/v7
- linux/arm64
Note that add-on board support packages may not support all architectures.
To use the docker image, do a docker pull, then you can call the CLI as part of the docker run command.
Note that to see your sketch, the working directory must be mounted in the image.
docker pull ghcr.io/jpconstantineau/docker_arduino_cli:latest
docker run -it --mount src=${PWD},target=/mnt,type=bind ghcr.io/jpconstantineau/docker_arduino_cli:latest arduino-cli
docker build .