Unverified Commit 45983af5 authored by Derek McGowan's avatar Derek McGowan Committed by GitHub
Browse files

Merge pull request #2773 from dmcgowan/2.6-add-goarm-flag

[release/2.6] Add GOARM flag to dockerfile
parents a66a4c3e ab74ab74
Showing with 1 addition and 0 deletions
+1 -0
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment