Skip to content

Commit d16e664

Browse files
committed
Remove binutils-gold now that go is 1.25+
Signed-off-by: Derek Nola <derek.nola@suse.com>
1 parent 9df1be1 commit d16e664

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ARG TARGETOS
5151
ARG TARGETARCH
5252
ARG HELM_VERSION
5353
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)
54+
RUN apk add -U --no-cache curl ca-certificates make git
5555
RUN go version
5656
RUN mkdir -p /go/src/github.com/k3s-io/helm-set-status && \
5757
cd /tmp && \

0 commit comments

Comments
 (0)