mirror of
https://github.com/distribution/distribution.git
synced 2025-09-02 23:45:53 +00: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:
@@ -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
|
&& apk add --no-cache make git
|
||||||
|
Reference in New Issue
Block a user