There is only AMD64 docker image, could you make a arm64 arch docker image? Thank you.
Contributor guide
Tech stack
javascriptdocker
Domain
devopsinfrastructure
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
half day
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
clear
Prerequisites
Dockermulti arch build knowledge
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
60
Research direction
Investigate the current Docker build process in the repository, likely defined in a Dockerfile and CI configuration (e.g., GitHub Actions). To support arm64, you would need to use Docker Buildx with QEMU emulation or set up multi platform builds. Check the existing base image and ensure compatibility with arm64. Look for any existing pull requests or discussions about arm64 support. Implement the necessary changes to produce arm64 images, possibly updating the CI workflow to build and push multi arch images.