Let's add a Docker Build workflow that:
- builds android bindings dockerization
- builds node.js bindings dockerization
As said in #15:
Unfortunately the Docker Build workflow fails for No space left on device. As specified by github docs free runners have 14GB of SSD disk space. Android bindings docker image weights 15.1GB.
So I think our only option is to use a self-hosted runner