DataDog / dd-trace-dotnet

.NET Client Library for Datadog APM
https://docs.datadoghq.com/tracing/
Apache License 2.0
415 stars 132 forks source link

musl-arm64 support #3850

Open Discolai opened 1 year ago

Discolai commented 1 year ago

I am testing out running some existing workloads on arm64. They are currently using the 6.0-alpine dotnet docker image, but I want to transition to 6.0-alpine-arm64v8.

Your release page includes downloads for both musl and arm64, but nothing for musl-arm64. Do you plan to support this or do I have to run another docker image such as 6.0-bullseye-slim-arm64v8 together with your arm64 release?

seanamos commented 1 year ago

This was the same issue I run into here: https://github.com/DataDog/dd-trace-dotnet/issues/3218

janerikcarlsen commented 5 months ago

I am having the same issue, any progress on this?