droot icon indicating copy to clipboard operation
droot copied to clipboard

ARM builds

Open nmilosev opened this issue 7 years ago • 1 comments

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!

nmilosev avatar Mar 14 '17 20:03 nmilosev

@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

jairov-apptio avatar Feb 01 '24 19:02 jairov-apptio