droot
droot copied to clipboard
ARM builds
Hey any chance for ARM binaries?
I tried building droot myself on RPi2 but:
[root@anyfed-rpi2 repos]# go get github.com/yuuki/droot
package github.com/yuuki/droot: no buildable Go source files in /repos/src/github.com/yuuki/droot
[root@anyfed-rpi2 repos]# go install github.com/yuuki/droot/cmd
can't load package: package github.com/yuuki/droot/cmd: no buildable Go source files in /repos/src/github.com/yuuki/droot/cmd
Thanks!
@yuuki droot is just what I was looking for. It could make totally simple to run containers in tons of Android phones/tablets/etc that already can run linux via Linux Deploy
but can not run docker due its limitations in the Android kernel.
So we just need an ARM64 build to start tinkering