HH-682: add validated candidate config pipeline
Docker image / Test (pull_request) Canceled after 0s
Docker image / Build and publish (pull_request) Canceled after 0s

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
2026-08-26 11:30:04 +08:00
co-authored by multica-agent
parent 5b14158870
commit 2363afba9b
7 changed files with 607 additions and 1 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine AS bootstrap-builder
ARG TARGETOS
ARG TARGETARCH
WORKDIR /src
COPY go.mod ./
COPY go.mod go.sum ./
RUN go mod download
COPY cmd ./cmd
COPY internal ./internal
RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \