This commit is contained in:
starry
2026-03-17 22:25:24 +08:00
committed by GitHub
parent a9c0f6c7dd
commit 79d4392b53

View File

@@ -8,7 +8,7 @@ RUN go mod download
COPY . .
RUN CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} go build -ldflags="-s -w" -trimpath -o qqbot . && chmod +x qqbot
RUN CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} go build -ldflags="-s -w" -trimpath -o qqbot ./cmd/qqbotd && chmod +x qqbot
FROM alpine