Summary
The official HumHub Docker image (humhub/humhub on Docker Hub) is currently only built for linux/amd64. Users running Docker on ARM64 hosts — Apple Silicon (M1/M2/M3), Raspberry Pi, AWS Graviton — see the following warning and rely on slow/unstable x86 emulation:
WARNING: The requested image's platform (linux/amd64) does not match the
detected host platform (linux/arm64/v8) and no specific platform was
requested.
Request
Add a linux/arm64 target to the image build pipeline (e.g. via docker buildx with --platform linux/amd64,linux/arm64), so that native ARM64 images are published to Docker Hub alongside the existing amd64 image.
References
Summary
The official HumHub Docker image (
humhub/humhubon Docker Hub) is currently only built forlinux/amd64. Users running Docker on ARM64 hosts — Apple Silicon (M1/M2/M3), Raspberry Pi, AWS Graviton — see the following warning and rely on slow/unstable x86 emulation:Request
Add a
linux/arm64target to the image build pipeline (e.g. viadocker buildxwith--platform linux/amd64,linux/arm64), so that native ARM64 images are published to Docker Hub alongside the existing amd64 image.References