Skip to content

Commit

Permalink
fix: ensure docker-compose platform is amd64 (stephenh#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinbunney authored Jan 28, 2024
1 parent f16745a commit bdf4710
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
dockerfile: "protoc.Dockerfile"
args:
- "ARCH=${ARCH:-x86_64}"
platform: linux/amd64
volumes:
- ".:/ts-proto"
- "${PWD:-.}:/host"

0 comments on commit bdf4710

Please sign in to comment.