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
- Publish OpenWA images with a multi-platform manifest for at least:
- Ensure versioned tags (for example
0.1.6 / v0.1.6) and latest include both architectures.
- 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.
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
0.1.6/v0.1.6) andlatestinclude both architectures.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.