walmartlabs / concord

Concord - workflow orchestration and continuous deployment management
https://concord.walmartlabs.com
Other
202 stars 102 forks source link

Feature Request: build multi-architecture Docker images #922

Open justenwalker opened 3 weeks ago

justenwalker commented 3 weeks ago

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

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 commented 3 weeks ago

Being worked on here https://github.com/walmartlabs/concord/pull/921