update edition

This commit is contained in:
royalcat 2025-04-21 03:47:46 +04:00
parent e9cf8ba359
commit ddcb417ea2
3 changed files with 209 additions and 213 deletions

View file

@ -11,7 +11,8 @@ COPY ./plugins ./plugins
COPY ./server ./server
COPY ./edition ./edition
RUN --mount=type=cache,mode=0777,target=/go/pkg/mod go mod download all
RUN --mount=type=cache,mode=0777,target=/go/pkg/mod \
go mod download all
ARG TARGETOS TARGETARCH
RUN --mount=type=cache,mode=0777,target=/go/pkg/mod \