-
Notifications
You must be signed in to change notification settings - Fork 165
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
distribution for arm7 #105
Comments
I think we had it at some time but had to remove it due to build issues with a component. Would you be able to try to build the collector for arm7 and report back? If it works and is part of the continuous testing for the core and contrib repos, we could certainly add an official build for it. |
Thanks for the reply |
This is blocked by open-telemetry/opentelemetry-collector-contrib#8544, it should be easy to fix if you want to try, even if you don't know Go! For comparison this is what it took on the core distro: open-telemetry/opentelemetry-collector#5142 |
|
Thanks for the update. This PR seems to be adding 386, will it also support raspberry pi that is running arm v7? |
Oh, of course, I got confused by the "Looking at some old issues and PRs it seems to be removed intentionally." 🤦 This will add back support for x86 32 bits, sorry to get your hopes up. Support for armv7 has not been available since #43 because at some point contrib was not buildable on that architecture. We currently build on armv7 on the contrib repo (see here) so we could add it here. The steps to do it would be to:
Both are 1-line PRs and I see no reason to reject them, so you are welcome to contribute :) |
Created PR in #146 . Thanks for all the help and guidness |
Hi, I want to use the collector on Raspberry PI with docker, and was not able to find a relevant image in dockerhub to use.
Looking at some old issues and PRs it seems to be removed intentionally.
Was wondering if there are plans to support it any time soon
The text was updated successfully, but these errors were encountered: