Skip to content

Add ARM64 (linux/arm64) support for multi-arch Docker image #8

Description

@kilgor-trout-c22

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions