cdk-ecr-deployment
cdk-ecr-deployment copied to clipboard
feat: support different architectures when copying images
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).
Great PR @uncledru. Even I am looking for this feature.
It will be great if @wchaws can look into this
also tagging @rix0rrr
Hi, awesome and useful feature, please make it happen soon. 😄 Thanks.