Skip to content

Commit bdf4710

Browse files
authored
fix: ensure docker-compose platform is amd64 (#990)
1 parent f16745a commit bdf4710

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ services:
66
dockerfile: "protoc.Dockerfile"
77
args:
88
- "ARCH=${ARCH:-x86_64}"
9+
platform: linux/amd64
910
volumes:
1011
- ".:/ts-proto"
1112
- "${PWD:-.}:/host"

0 commit comments

Comments
 (0)