File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ RUN --mount=type=bind,target=. \
109109EOT
110110
111111FROM base AS build-darwin
112+ ARG TARGETOS
112113ARG TARGETARCH
113114ARG TARGETVARIANT
114115RUN --mount=type=bind,target=. \
@@ -121,6 +122,9 @@ RUN --mount=type=bind,target=. \
121122 xx-go install std
122123 xx-go build -ldflags "$(cat /tmp/.ldflags)" -o /out/docker-credential-osxkeychain-${TARGETARCH}${TARGETVARIANT} ./osxkeychain/cmd/
123124 xx-verify /out/docker-credential-osxkeychain-${TARGETARCH}${TARGETVARIANT}
125+
126+ xx-go build -ldflags "$(cat /tmp/.ldflags)" -o /out/docker-credential-pass-${TARGETOS}-${TARGETARCH}${TARGETVARIANT} ./pass/cmd/
127+ xx-verify /out/docker-credential-pass-${TARGETOS}-${TARGETARCH}${TARGETVARIANT}
124128EOT
125129
126130FROM base AS build-windows
You can’t perform that action at this time.
0 commit comments