Hey guys, I've reworked your Docker implementation to make it straightforward to use and to publish prebuilt ct-ng and buildroot packages to Docker Hub. You can give it a try as is, we've made modduo-new and x86_64 target builds as an example, you can extend the docker-compose.yml and .docker to add support to as many platforms as you'd like. Also the arm64 host platform as on M1 Macs is supported as well, if you'd like to have builds for it, you have to set up the appropriate x86_64 and arm64 builder nodes as described in docker-mpb-push-all.
The last layer which contains the toolchain and BR packages takes around ~600 MB for each platform.
Hey guys, I've reworked your Docker implementation to make it straightforward to use and to publish prebuilt ct-ng and buildroot packages to Docker Hub. You can give it a try as is, we've made
modduo-new
andx86_64
target builds as an example, you can extend thedocker-compose.yml
and.docker
to add support to as many platforms as you'd like. Also the arm64 host platform as on M1 Macs is supported as well, if you'd like to have builds for it, you have to set up the appropriate x86_64 and arm64 builder nodes as described indocker-mpb-push-all
.The last layer which contains the toolchain and BR packages takes around ~600 MB for each platform.