Closed juanmatias closed 9 months ago
Even if this could be seen as nice to have, for the moment the current supported architectures cover our main use cases (https://github.com/binbashar/le-dev-makefiles/blob/28182694f82d2a3e1bd624d2cd3fcbd1df56a660/docker/docker-hub-build-push-single-arg-multi-arch.mk#L20C30-L20C53).
We'll close this issue till customer projects or the community require it. This will give more space to work on more urgent fixes and features.
Describe the Enhancement
As per this issue https://github.com/binbashar/le-docker-leverage-toolbox/issues/46 and this PR https://github.com/binbashar/le-docker-leverage-toolbox/pull/49 logic was added for downloading platform-specific tools. Also, support for
linux/amd64
andlinux/arm64
was added.Since
buildx
is being used for building the multi platform images, and given this tool supports other platforms, this enhancement is aimed to add support for more platforms in the case:Expected Behavior
Support as many platforms as possible whether it makes sense. (e.g. users needing this support)
Use Case
Users owning a platform other than
amd64
andarm64
.Describe Ideal Solution
Support all the users needs.
Alternatives Considered
Keep going just with
amd64
andarm64
.Additional Context
As per this page in Docker site: