🐳
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
coward
2025-02-25 09:25:12 +08:00
parent 9c560ff352
commit 6a71ca56d0
3 changed files with 11 additions and 32 deletions

View File

@@ -23,7 +23,7 @@ COPY --from=build-front /front/web/dist/ /build/dist
ENV GO111MODULE=on
ENV GOPROXY=https://goproxy.cn,direct
RUN go build -ldflags="-s -w" -o wgui && upx -9 wgui
RUN go version && go build -ldflags="-s -w" -o wgui && upx -9 wgui
RUN ls -lh && chmod +x ./wgui