1
0

chore(build): use our own goproxy to prevent issues with packages not found

This commit is contained in:
kolaente
2023-09-12 13:34:35 +02:00
parent 378759e06d
commit 191c154150
2 changed files with 5 additions and 1 deletions

View File

@ -13,6 +13,7 @@ COPY . ./
ARG TARGETOS TARGETARCH TARGETVARIANT
ENV GOPROXY https://goproxy.kolaente.de
RUN export PATH=$PATH:$GOPATH/bin && \
mage build:clean && \
mage release:xgo "${TARGETOS}/${TARGETARCH}/${TARGETVARIANT}"