mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-04-25 06:35:32 +00:00
fix(build): do not use our own goproxy
This commit is contained in:
@@ -25,7 +25,6 @@ COPY --from=frontendbuilder /build/dist ./frontend/dist
|
||||
ARG TARGETOS TARGETARCH TARGETVARIANT RELEASE_VERSION
|
||||
ENV RELEASE_VERSION=$RELEASE_VERSION
|
||||
|
||||
ENV GOPROXY=https://goproxy.kolaente.de
|
||||
RUN export PATH=$PATH:$GOPATH/bin && \
|
||||
mage build:clean && \
|
||||
mage release:xgo "${TARGETOS}/${TARGETARCH}/${TARGETVARIANT}"
|
||||
|
||||
Reference in New Issue
Block a user