Skip to content

Commit

Permalink
feat: platfrom auto detect
Browse files Browse the repository at this point in the history
Signed-off-by: chenk <[email protected]>
  • Loading branch information
chen-keinan committed Jun 29, 2023
1 parent 21f222c commit 0f862a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ signs:
certificate: "${artifact}.pem"
args:
- "sign-blob"
- "--yes"
- "--oidc-issuer=https://token.actions.githubusercontent.com"
- "--output-certificate=${certificate}"
- "--output-signature=${signature}"
Expand All @@ -99,6 +100,7 @@ docker_signs:
- cmd: cosign
args:
- "sign"
- "--yes"
- "--oidc-issuer=https://token.actions.githubusercontent.com"
- "${artifact}"
artifacts: all
Expand Down

0 comments on commit 0f862a7

Please sign in to comment.