Open
Description
What happened?
I was running make test-ci
while making some changes to the repo, but it kept giving the following error in the make protocompile
comand :
$ make protocompile
docker run --rm -u 501 -v "/Users/adityachopra/dev/distributed-tracing/temp/jaeger-idl:/go/src/" -w /go/src/ uber/prototool:1.8.0 prototool compile proto --dry-run
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
make: *** [protocompile] Error 139
Steps to reproduce
- clone idl repo:
git clone [email protected]:jaegertracing/jaeger-idl.git
- run
make protocompile
( ormake test-ci
)
Expected behavior
All tests should pass.
Relevant log output
$ make protocompile
docker run --rm -u 501 -v "/Users/adityachopra/dev/distributed-tracing/temp/jaeger-idl:/go/src/" -w /go/src/ uber/prototool:1.8.0 prototool compile proto --dry-run
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
make: *** [protocompile] Error 139