1
0
mirror of https://github.com/distribution/distribution synced 2025-02-17 20:39:35 +01:00

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

[release/2.6] Add GOARM flag to dockerfile
This commit is contained in:
Derek McGowan 2018-11-29 15:14:41 -08:00 committed by GitHub
commit 45983af554
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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