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=. \
109
109
EOT
110
110
111
111
FROM base AS build-darwin
112
+ ARG TARGETOS
112
113
ARG TARGETARCH
113
114
ARG TARGETVARIANT
114
115
RUN --mount=type=bind,target=. \
@@ -121,6 +122,9 @@ RUN --mount=type=bind,target=. \
121
122
xx-go install std
122
123
xx-go build -ldflags "$(cat /tmp/.ldflags)" -o /out/docker-credential-osxkeychain-${TARGETARCH}${TARGETVARIANT} ./osxkeychain/cmd/
123
124
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}
124
128
EOT
125
129
126
130
FROM base AS build-windows
You can’t perform that action at this time.
0 commit comments