nunofgs / docker-octoprint

Dockerfile to set up Octoprint with x86, armv6, armv7 and arm64 support!
https://hub.docker.com/r/nunofgs/octoprint/
GNU Affero General Public License v3.0
58 stars 32 forks source link

Remove libraspberrypi-dev dependency from arm64 #25

Closed nunofgs closed 5 years ago

nunofgs commented 5 years ago

Unfortunately libraspberrypi-dev doesn't compile on ARM64, so this PR removes support for the raspberry pi camera module on ARM64. The good news is that there isn't really any raspberry pis that run on ARM64 so nobody should be affected by this.

Bug is reported on: https://github.com/raspberrypi/userland/issues/314