coder/nbin

Remove dependency for balenalib

Closed this issue · 0 comments

sr229 commented

We can't depend on balenalib because they only build on Debian, Alpine, and Ubuntu. If we need to target ARM CentOS we'll need a more custom approach.

This issue will serve as a backlog of that.

Strategy

We'll be leveraging the use of qemu-user-static inside Ubuntu/Debian repositories, copy to Docker, and execute the docker scripts by just calling the qemu binary directly:

$ qemu-i386-static /bin/sh