Merge pull request #377 from fluxcd/armv7-gold-patch

Use `binutils-gold` in builder image
This commit is contained in:
Hidde Beydals 2021-06-09 14:58:43 +02:00 committed by GitHub
commit 7f67fb7b86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
# Docker buildkit multi-arch build requires golang alpine
FROM golang:1.16-alpine as builder
RUN apk add gcc pkgconfig libc-dev
RUN apk add --no-cache musl~=1.2 libgit2-dev~=1.1
RUN apk add --no-cache gcc pkgconfig libc-dev binutils-gold musl~=1.2 libgit2-dev~=1.1
WORKDIR /workspace