umiddelb / armhf

interesting stuff about arm devices (Utilite, SolidRun, Odroid)
732 stars 113 forks source link

About ARMv6 binany static-link file #10

Closed philipz closed 9 years ago

philipz commented 9 years ago

Hi @umiddelb , thanks for your docker binary file. It help me to build ARMv7 Raspberry Pi 2 version of weave, https://github.com/philipz/weave . But when build Raspberry Pi ARMv6 Arch. need ARMv6 docker binary static-link file, like https://github.com/umiddelb/armhf/blob/master/bin/arm7/docker-1.5.0 . Would you provide ARMv6 binany file? Or provide build steps document. Thank you!

umiddelb commented 9 years ago

Hi @philipz, you're welcome. The hypriot team provides docker install packages for ARMv6 (see here for more details), but the Docker binary there is linked dynamically. If you need to have a static-linked binary, you need to tweak their build process. Docker uses ubuntu as the default build environment (which isn't available for the RPi 1).

Cheers, Uli

philipz commented 9 years ago

The rpi-docker-builder is awesome. Thank you!!