Skip to content

[FEATURE] ARM Docker Container #77

@Xeratec

Description

@Xeratec

Description

We currently rely on --platform linux/amd64 in ARM-based systems (e.g., Apple Silicon Macs, Raspberry Pi) when pulling the container to ensure compatibility. This adds extra overhead and may lead to performance issues or compatibility problems.

Proposed Solution

Support building and publishing multi-platform images, including native ARM (linux/arm64), so users on ARM-based systems can run the container without needing to emulate amd64.

Alternative Solution

Continuing to use --platform linux/amd64 with emulation via Rosetta or QEMU, but this is not ideal for performance or long-term maintainability.

Metadata

Metadata

Assignees

Labels

FeatureAddition of new features

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions