dlandon / zoneminder.machine.learning

Zoneminder Docker
GNU General Public License v2.0
318 stars 143 forks source link

Build broken on ARM64 #179

Closed firefly2442 closed 3 years ago

firefly2442 commented 3 years ago

On ARM64 systems such as the Raspberry Pi, the build is broken because phusion/baseimage is hardcoded to AMD64.

Swapping the source image tag in the Dockerfile to the tag phusion/baseimage:master which has multi-arch support got me past that issue.