Docker image for compiling nRF52 BlueFruit code using the Arduino cli docker image.
There is a github action that check for new releases every day.
Find the container for you to use on Dockerhub.
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 jpconstantineau/arduino-cli-bluefruit-nrf52
docker run -it --mount src=${PWD},target=/mnt,type=bind jpconstantineau/arduino-cli-bluefruit-nrf52:latest arduino-cli-bluefruit-nrf52