-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ARM64 architecture to the Docker image #31
Comments
Maybe use docker I can help with cross-platform image builds using buildx (based on QEMU emulation): |
I don't have a preference. For Jaeger binaries we are using cross-compiling and buildx, I don't know which is better for the protobuf. Did you test the workflow that you linked? |
Also, I am not a big fan of using |
@yurishkuro Understood, I'm going to try to build a cross-platform image with The workflow I linked to can build amd64 image for testing this pr: jaegertracing/jaeger-idl#101 (Forgive the scribbling on this job.) |
Some feedback #32:
It may require a modification to the dockerfile, which I don't have time to delve into at the moment. So.. If anyone would like to continue this work, they can also seek my help 🙂 |
Solved in #36 or maybe even earlier |
Currently the image built here cannot be used on Macs that use Apple hardware, because the image is only built for amd64 architecture. It would be great to extent this to include arm64, similar to how we build multi-arch images in Jaeger.
The text was updated successfully, but these errors were encountered: