yuuki / droot

The super-simple chroot-based application container engine.
MIT License
209 stars 13 forks source link

ARM builds #8

Open nmilosev opened 7 years ago

nmilosev commented 7 years ago

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!

jairov-apptio commented 7 months ago

@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