Skip to content

Commit 76189d3

Browse files
committed
cosign install
Signed-off-by: CrazyMax <[email protected]>
1 parent b4ab900 commit 76189d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cosign/dockerfile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN --mount=type=bind,target=. \\
5151
--mount=source=/tmp/.ldflags,target=/tmp/.ldflags,from=version \\
5252
--mount=type=cache,target=/go/pkg/mod <<EOT
5353
set -ex
54-
xx-go build -trimpath -ldflags "-s -w $(cat /tmp/.ldflags)" -o /out/cosign .
54+
xx-go build -trimpath -ldflags "-s -w $(cat /tmp/.ldflags)" -o /out/cosign ./cmd/cosign
5555
xx-verify --static /out/cosign
5656
EOT
5757

0 commit comments

Comments
 (0)