We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f16745a commit bdf4710Copy full SHA for bdf4710
docker-compose.yml
@@ -6,6 +6,7 @@ services:
6
dockerfile: "protoc.Dockerfile"
7
args:
8
- "ARCH=${ARCH:-x86_64}"
9
+ platform: linux/amd64
10
volumes:
11
- ".:/ts-proto"
12
- "${PWD:-.}:/host"
0 commit comments