cdk-ecr-deployment icon indicating copy to clipboard operation
cdk-ecr-deployment copied to clipboard

feat: support different architectures when copying images

Open uncledru opened this issue 1 year ago • 5 comments

Fixes #568

Currently we can only copy images for the amd64 architecture. copy supports ArchitectureChoice which is leveraged in this PR. If no Architecture is provided the current behavior applies (uses the platform architecture, which is x86).

uncledru avatar Mar 15 '24 20:03 uncledru

Great PR @uncledru. Even I am looking for this feature.

deepend-dev avatar May 01 '24 02:05 deepend-dev

It will be great if @wchaws can look into this

deepend-dev avatar May 01 '24 02:05 deepend-dev

also tagging @rix0rrr

uncledru avatar Aug 02 '24 13:08 uncledru

Hi, awesome and useful feature, please make it happen soon. 😄 Thanks.

AdamPavlat avatar Aug 12 '24 13:08 AdamPavlat