We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f8e59 commit b779753Copy full SHA for b779753
examples/Example.AutoInstrumentation/Dockerfile
@@ -71,13 +71,6 @@ RUN ls -al /app
71
RUN ls -al /app/otel
72
RUN ls -al /app/otel/net
73
74
-RUN printf "I'm building for TARGETPLATFORM=${TARGETPLATFORM}" \
75
- && printf ", TARGETARCH=${TARGETARCH}" \
76
- && printf ", TARGETVARIANT=${TARGETVARIANT} \n" \
77
- && printf "With uname -s : " && uname -s \
78
- && printf "and uname -m : " && uname -m \
79
-
80
81
ENV CORECLR_ENABLE_PROFILING="1"
82
ENV CORECLR_PROFILER="{918728DD-259F-4A6A-AC2B-B85E1B658318}"
83
ENV CORECLR_PROFILER_PATH="/app/otel/linux-${TARGETARCH}/OpenTelemetry.AutoInstrumentation.Native.so"
0 commit comments