去掉greenteagc

This commit is contained in:
starry
2025-09-01 02:22:07 +08:00
committed by GitHub
parent 737a522afc
commit 30bc88ed93
2 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ RUN go mod download
COPY src/ .
RUN CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} GOEXPERIMENT=greenteagc go build -ldflags="-s -w" -trimpath -o hubproxy .
RUN CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} go build -ldflags="-s -w" -trimpath -o hubproxy .
FROM alpine