Skip to content

Commit

Permalink
Merge pull request #2772 from dmcgowan/add-arm-flag
Browse files Browse the repository at this point in the history
Add GOARM flag to dockerfile
  • Loading branch information
dmcgowan committed Nov 29, 2018
2 parents aa985ba + 63f6c12 commit d9e1218
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9e1218

Please sign in to comment.