compose-cli
compose-cli copied to clipboard
Added Linux/AMD64 to ECS sidecar builds fixes #2190 and #2115
What I did
Updated Makefile to use docker buildx to build the ECS sidecar images for both AMD64 and ARM64.
Related issue
ECS Fargate supports both AMD64 and ARM64. Running docker --context ecs compose up introduces sidecar images which are only built for AMD64. This results in all deployments to ARM64 failing. Publishing ARM64 images would fix issue #2190 and #2115.
(not mandatory) A picture of a cute animal, if possible in relation with what you did
