Containerize the Open STM32 building process
417
Containerize the Open STM32 building process to help my team
Mount your project folder into /src then let the build script build all configurations you have.
docker run -it --rm -v /myProject:/src trinhpham/openstm32
Dockerfile is adaptable to any versions of OpenSTM32 (not hard code)PR are always welcome, guys :)
Content type
Image
Digest
Size
1.1 GB
Last updated
almost 7 years ago
docker pull trinhpham/openstm32