opencode icon indicating copy to clipboard operation
opencode copied to clipboard

add ARM64 Docker image support

Open felipe opened this issue 1 month ago • 0 comments

This is my attempt at adding the arm64 arch to the Docker image manifest.

Summary

  • Publish multi-arch Docker images (amd64 + arm64)
  • Uses buildx with QEMU for cross-platform builds

Tested locally:

  • ARM64 build works

  • AMD64 build works (via QEMU)

    Closes #5436

felipe avatar Dec 13 '25 13:12 felipe