ci/cd: build for arm64 arch

Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
Ramkumar Chinchani
2021-12-03 17:42:03 +00:00
committed by Ramkumar Chinchani
parent e42e42a2cc
commit 304a68334e
7 changed files with 92 additions and 7 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ FROM docker.io/golang:1.16 AS builder
RUN mkdir -p /go/src/github.com/anuvu/zot
WORKDIR /go/src/github.com/anuvu/zot
COPY . .
RUN CGO_ENABLED=0 make clean binary
RUN make clean binary
RUN echo '{\n\
"storage": {\n\
"rootDirectory": "/var/lib/registry"\n\