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 53d898d commit 7bcfc50Copy full SHA for 7bcfc50
Dockerfile
@@ -90,7 +90,7 @@ WORKDIR /go/src/github.com/opencontainers/runc
90
RUN git checkout ${RUNC_VERSION} && \
91
mkdir -p /out
92
ENV CGO_ENABLED=1
93
-RUN GO=xx-go make static && \
+RUN GO=xx-go CC=$(xx-info)-gcc STRIP=$(xx-info)-strip make static && \
94
xx-verify --static runc && cp -v -a runc /out/runc.${TARGETARCH}
95
96
FROM build-base-debian AS build-bypass4netns
0 commit comments