mod-audio / mod-plugin-builder

MOD Plugin Builder
79 stars 50 forks source link

Docker update #164

Open gtrainavicius opened 1 year ago

gtrainavicius commented 1 year ago

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.