Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: build multi-architecture Docker images #922

Open
justenwalker opened this issue Jun 9, 2024 · 1 comment
Open

Feature Request: build multi-architecture Docker images #922

justenwalker opened this issue Jun 9, 2024 · 1 comment

Comments

@justenwalker
Copy link

Docker images distributed on docker hub for concord components are single-CPU architecture targeting linux/amd64.

  • walmartlabs/concord-agent
  • walmartlabs/concord-agent-operator
  • walmartlabs/concord-ansible
  • walmartlabs/concord-base
  • walmartlabs/concord-console
  • walmartlabs/concord-server

Given the growing popularity, and low cost of arm64 CPUs, it would be good to make these architecture types available.
This is also nice to support local development on Apple Silicon Macs which have native ARM64; which currently must rely on amd64 emulation to run.

See: Building Multi-Platform Images

@ibodrov
Copy link
Collaborator

ibodrov commented Jun 9, 2024

Being worked on here #921

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants