Skip to content

Commit

Permalink
--platform in dotnet phase (#1411)
Browse files Browse the repository at this point in the history
  • Loading branch information
RonFed authored Aug 1, 2024
1 parent da3f449 commit e27e103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odiglet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN yarn compile



FROM busybox:1.36.1 AS dotnet-builder
FROM --platform=$BUILDPLATFORM busybox:1.36.1 AS dotnet-builder
WORKDIR /dotnet-instrumentation
ARG DOTNET_OTEL_VERSION=v1.7.0
ARG TARGETARCH
Expand Down

0 comments on commit e27e103

Please sign in to comment.