Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GitHub: specify docker image platforms
To enable building docker images for ARM64 platforms as well, we just need to specify the desired target platforms and the Docker Buildx service will do the job for us (provided the base images support the given platforms, which is the case for golang).
- Loading branch information