Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: GH-23 support macos docker users
> Key Changes: > * Set up Docker Buildx: Added `install: true` to ensure Buildx is installed. > * Specify Platforms: Added `platforms: linux/amd64,linux/arm64` to the `docker/build-push-action` step to build for both `amd64` and `arm64` architectures. > — Microsoft CoPilot
- Loading branch information