Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment