-
Notifications
You must be signed in to change notification settings - Fork 874
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
Alpine aarch64/arm64 support #2341
Comments
I agree. It would be valuable if this NuGet would support Alpine Arm64. We are using Alpine image, but with amd64 architecture: We want to migrate to arm64 base architecture and continue using the Alpine image, but I noticed that this NuGet stopped working. Error: After investigating I found that there are missing dependencies for
Switching back to the default Debian based (which has the missing packages) it works on Arm64: Alternative way would be to compile the librdkafka.redist by ourselves, but this doesn't seem like a viable solution in the long term. Is there a plan to support Alpine with Arm64? |
A workaround I am using is to install the librdkafka alpine package from edge and symlink it to the expected location. Brittle but works for now. |
I notice
librdkafka.redist
provides Linux arm64librdkafka.so
but notalpine-librdkafka.so
. It would be great to get the same for Alpine.The text was updated successfully, but these errors were encountered: