jaegertracing / docker-protobuf

An all-inclusive protoc Docker image for the Jaeger project
https://hub.docker.com/r/jaegertracing/protobuf
Apache License 2.0
93 stars 35 forks source link

Non-Go plugins don't work on ARM chips #37

Open yurishkuro opened 8 months ago

yurishkuro commented 8 months ago

Summary

We recently added an arm64 architecture to this docker image, but it was only tested for generating Go types in the main repository https://github.com/jaegertracing/jaeger. In contrast, https://github.com/jaegertracing/jaeger-idl repository uses the same image to generate (as a test) types for different languages. According to https://github.com/jaegertracing/jaeger-idl/issues/105, it does not work for Java or .NET when running on ARM chip.