Skip to content

Publish multi-arch Docker images (linux/amd64 + linux/arm64) for OpenWA #164

@goldytech

Description

@goldytech

Summary

The current published OpenWA image/tag path is not reliably usable on ARM64 hosts (e.g., Apple Silicon, ARM VPS).

Why this matters

Teams deploying OpenWA on ARM-based environments currently need to build from source as a workaround. Publishing official multi-arch images would enable seamless pull-and-run behavior across common host architectures.

Requested change

  1. Publish OpenWA images with a multi-platform manifest for at least:
    • linux/amd64
    • linux/arm64
  2. Ensure versioned tags (for example 0.1.6 / v0.1.6) and latest include both architectures.
  3. Document the supported architectures in the docs/README.

Suggested implementation

Use Docker Buildx in CI to build and push multi-platform images under a single tag/manifest.

Repro context

On ARM64 hosts, pulling the pinned image path can fail due to missing compatible manifest for the requested platform.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions