Add GOARM flag to dockerfile
When building with arm on alpine, GOARM should be set to 6 by default. Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
parent
aa985ba889
commit
63f6c1205d
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ ENV DOCKER_BUILDTAGS include_oss include_gcs
|
|||
|
||||
ARG GOOS=linux
|
||||
ARG GOARCH=amd64
|
||||
ARG GOARM=6
|
||||
|
||||
RUN set -ex \
|
||||
&& apk add --no-cache make git file
|
||||
|
|
Loading…
Reference in a new issue