add: Jenkinscicd

This commit is contained in:
RookieCuzz
2025-10-08 11:42:09 +08:00
parent dbf0ffc752
commit ba1d8a32ff
2 changed files with 101 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ RUN go mod download
# Copy source
COPY . .
# Normalize and tidy modules inside build context
RUN go mod tidy
# Build static binary for target platform
ARG TARGETOS
ARG TARGETARCH