Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Enable multiplatform builds for amd64 and arm64 (#134)
* Add the 'platforms' argument to the docker/build-push-action GitHub Action and pass the platform names to enable build for both amd64 and arm64 architectures. This will enable Apple silicon machines to run the Docker images without emulation which will significantly improve runtime performance.
- Loading branch information