Skip to content

Commit

Permalink
add bundle and print some more info
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestelfer committed Sep 19, 2024
1 parent 4710a36 commit 990e043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/signing-proto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
distribution: goreleaser
version: v2.3.2
args: build --snapshot --config .goreleaser-prototype.yaml --clean
args: build --snapshot --config .goreleaser-prototype.yaml --clean --single-target --verbose
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
1 change: 1 addition & 0 deletions .goreleaser-prototype.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ binary_signs:
args:
- "sign-blob"
- "${artifact}"
- "--bundle=${artifact}.cosign.bundle"
- "--yes" # needed on cosign 2.0.0+

# release:
Expand Down

0 comments on commit 990e043

Please sign in to comment.