You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
$ 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 requestedmake: *** [protocompile] Error 139
The text was updated successfully, but these errors were encountered:
What happened?
I was running
make test-ci
while making some changes to the repo, but it kept giving the following error in themake protocompile
comand :Steps to reproduce
git clone [email protected]:jaegertracing/jaeger-idl.git
make protocompile
( ormake test-ci
)Expected behavior
All tests should pass.
Relevant log output
The text was updated successfully, but these errors were encountered: