Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance the
docker-build
make target to build for multiple platform…
…s. (#873) * The `docker-build` make target builds the image for the architecture of the host machine. * The platform can be overridden by passing this variable directly to the make command like `PLATFORM=linux/arm64 make docker-build`, `PLATFORM=linux/amd64 make docker-build`.
- Loading branch information