cadence icon indicating copy to clipboard operation
cadence copied to clipboard

Publish multiplatform docker images on docker.io to support arm64

Open aran opened this issue 10 months ago • 2 comments

Is your feature request related to a problem? Please describe.

Some cloud providers offer arm64 execution environments at good prices. All new macs offer arm64. For developing on a mac, or targeting arm64 deployments, it would be useful to have multiplatform linux/arm64 + linux/amd64 docker images for releases.

Proposed Solution Update ubercadence/server and ubercadence/web CI to build and publish multiplatform linux/arm64 + linux/amd64 docker images.

Additional context N/A

aran avatar Apr 09 '24 23:04 aran

@neil-xie can we include this in our release process?

demirkayaender avatar Apr 10 '24 17:04 demirkayaender

https://github.com/uber/cadence/pull/5962 this will multiple platform docker images on server release

neil-xie avatar May 01 '24 20:05 neil-xie