Added logic to Dockerfile for downloading platform specific tools
Limited in makefile the number of platforms
why
Despite the use of buildx for multiplatform builds, the tools inside the dockerfile were downloaded for the wrong target. This fix is intended to download platform specific tools.
what
why
references