Skip to content

Add linux/arm64 (aarch64) Docker image #53

@mikejgray

Description

@mikejgray

Summary

The Docker image published for this project only has a linux/amd64 manifest. There is no linux/arm64 variant, which prevents it from running natively on Apple Silicon Macs and ARM64 Linux hosts (e.g., Raspberry Pi 4/5).

When docker compose up runs on an ARM64 host, this image causes a fail-fast:

Error: no matching manifest for linux/arm64/v8 in the manifest list entries

Request

Add linux/arm64 to the multi-arch build. This is typically a CI/build pipeline change — e.g., docker buildx build --platform linux/amd64,linux/arm64.

Workaround

Setting platform: linux/amd64 in docker-compose forces Docker Desktop to run the image under Rosetta 2 emulation. This works but is slower than a native ARM64 build.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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