Skip to content

Feat: support both amd64 and arm64 for Docker images #66

@mlajkim

Description

@mlajkim

Background

The current GitHub Actions workflow only supports the amd64 architecture for Docker images. Consequently, users on other platforms (such as Apple Silicon) must rely on emulation to run these images. This leads to performance degradation and a suboptimal developer experience.

This limitation is due to the current GitHub Actions configuration:

Image

What we want

support both:

  • amd64
  • arm64

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions