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 9df1be1 commit d16e664Copy full SHA for d16e664
1 file changed
Dockerfile
@@ -51,7 +51,7 @@ ARG TARGETOS
51
ARG TARGETARCH
52
ARG HELM_VERSION
53
COPY --from=helm /usr/bin/helm /usr/bin/helm
54
-RUN apk add -U --no-cache curl ca-certificates make git $([ "${TARGETARCH}" = "arm64" ] && echo binutils-gold)
+RUN apk add -U --no-cache curl ca-certificates make git
55
RUN go version
56
RUN mkdir -p /go/src/github.com/k3s-io/helm-set-status && \
57
cd /tmp && \
0 commit comments