Skip to content

Commit d1e22e5

Browse files
authored
Merge pull request #3228 from tonistiigi/hack-link-gold
lint: fix linter error on arm64
2 parents 02ab492 + 2706e2f commit d1e22e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/dockerfiles/lint.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ARG GOPLS_ANALYZERS="embeddirective fillreturns infertypeargs maprange modernize
1313
FROM --platform=$BUILDPLATFORM tonistiigi/xx:${XX_VERSION} AS xx
1414

1515
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS base
16-
RUN apk add --no-cache git gcc musl-dev
16+
RUN apk add --no-cache git gcc musl-dev binutils-gold
1717

1818
FROM base AS golangci-build
1919
WORKDIR /src

0 commit comments

Comments
 (0)