Skip to content

Commit

Permalink
retinaebpfapi.dl2
Browse files Browse the repository at this point in the history
  • Loading branch information
vpidatala94 committed Feb 20, 2025
1 parent 393c4cb commit 9fc203c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ ARG VERSION
ENV GOARCH=${GOARCH}
ENV GOOS=${GOOS}
RUN --mount=type=cache,target="/root/.cache/go-build" go build -v -o /go/bin/retina/initretina -ldflags "-X github.com/microsoft/retina/internal/buildinfo.Version="$VERSION" -X github.com/microsoft/retina/internal/buildinfo.ApplicationInsightsID="$APP_INSIGHTS_ID"" init/retina/main_linux.go
COPY ./pkg/plugin/ebpfwindows/retinaebfapi.dll /go/bin/retina/retinaebfapi.dll
COPY /go/src/github.com/microsoft/retina/pkg/plugin/ebpfwindows/retinaebpfapi.dll /go/bin/retina/retinaebfapi.dll

# tools image
FROM mariner-core AS tools
Expand Down

0 comments on commit 9fc203c

Please sign in to comment.