Skip to content

Add ARM64 Docker image support #2179

@hamkido

Description

@hamkido

Summary

Add ARM64 architecture support to Docker images for better compatibility with ARM-based devices.

Current Behavior

Docker images are only built for linux/amd64 platform.

Proposed Change

Update .github/workflows/image.yml to:

  • Set up QEMU for cross-platform emulation
  • Enable Docker Buildx for multi-platform builds
  • Build images for both linux/amd64 and linux/arm64

#2178

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions