Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
publish docker images to platforms: linux/amd64 and linux/arm64
This is useful for user trying out a local run of this docker image on a Mac. Today. this would return a Docker error on M1 Mac. ``` ~ docker run --rm -it docker.io/cloudflare/hello-world:1.0 Unable to find image 'cloudflare/hello-world:1.0' locally 1.0: Pulling from cloudflare/hello-world docker: no matching manifest for linux/arm64/v8 in the manifest list entries. See 'docker run --help'. ```
- Loading branch information