bigbluebutton / docker

Docker files for BigBlueButton
GNU Lesser General Public License v3.0
360 stars 242 forks source link

Install on Raspberry Pi #170

Closed SuperDarius-git closed 2 years ago

SuperDarius-git commented 2 years ago

Good day

I get the following error when trying to generate the compose file. Please help!

_WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm/v7) and no specific platform was requested standard_initlinux.go:228: exec user process caused: exec format error

elearningdienst commented 2 years ago

I think the docker deployment will only work on Intel compatible hardware.

SuperDarius-git commented 2 years ago

I think the docker deployment will only work on Intel compatible hardware.

Thank you. :(

alangecker commented 2 years ago

jeps, there is no support for ARM processors and, to be honest, I won't see it ever coming since it requires a lot of work including recompiling most of the base images with probably a lot of now unexpected issues ;)