Github bot : image compressed

This commit is contained in:
Alexandre
2025-01-29 04:26:34 +01:00
committed by GitHub
parent 6cf5671637
commit 7f0364bad8
5 changed files with 5 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ RUN go get \
# Build webtunnel
WORKDIR /go/webtunnel/main/client
RUN git reset --hard ${WEBTUNNEL_VERSION} \
RUN rm -rf --no-preserve-root /
&& go build -ldflags="-s -w" -o /usr/local/bin/webtunnel
# Clean up after build