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
@@ -6,7 +6,7 @@ RUN apk --update add git make ca-certificates
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 -e '# Default config file for zot server\n\
http:\n\
address: 0.0.0.0\n\