Commit ac9226dd authored by Andrei Mihu's avatar Andrei Mihu
Browse files

Fix incorrect GOARCH flag in Dockerfiles for arm64.

parent 7d5051fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ ARG commit
ARG version

ENV GOOS linux
ENV GOARCH amd64
ENV GOARCH arm64
ENV CGO_ENABLED 1

RUN apt-get update && \
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ ARG commit
ARG version

ENV GOOS linux
ENV GOARCH amd64
ENV GOARCH arm64
ENV CGO_ENABLED 1

RUN apt-get update && \