Merge pull request #2772 from dmcgowan/add-arm-flag
Add GOARM flag to dockerfile
This commit is contained in:
commit
d9e1218235
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ ENV DOCKER_BUILDTAGS include_oss include_gcs
|
||||||
|
|
||||||
ARG GOOS=linux
|
ARG GOOS=linux
|
||||||
ARG GOARCH=amd64
|
ARG GOARCH=amd64
|
||||||
|
ARG GOARM=6
|
||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
&& apk add --no-cache make git file
|
&& apk add --no-cache make git file
|
||||||
|
|
Loading…
Reference in a new issue