Contains the complete installation of PlatformIO Core (CLI) for working with RISC-V GD32V based boards (e.g. GD32VF104C-START and Sipeed Longan Nano).
-
Install Docker
-
Pull the image directly from DockerHub:
docker pull mhoiting/platformio-cli-gd32v-docker
Ideally use this container within a CI/CD pipeline of your choice.
Alternatively, you could use it interactively: docker run -it -v <host_dir>:<container_dir> mhoiting/platformio-cli-gd32v-docker /bin/bash
.
Building the image yourself is also possible, via:
docker build --tag mhoiting/platformio-cli-gd32v-docker .