Skip to content

Commit 09c67b0

Browse files
committed
fix: avoid internal goreleaser cosign
1 parent 0a4f2bc commit 09c67b0

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

.goreleaser.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,6 @@ builds:
2222
changelog:
2323
use: github-native
2424

25-
signs:
26-
- cmd: cosign
27-
signature: "${artifact}.sig"
28-
certificate: "${artifact}.pem"
29-
args:
30-
- "sign-blob"
31-
- "--output-signature=${signature}"
32-
- "--output-certificate=${certificate}"
33-
- "${artifact}"
34-
- "--yes"
35-
artifacts: checksum
36-
3725
dockers:
3826
- ids:
3927
- go-cli-github
@@ -63,14 +51,6 @@ docker_manifests:
6351
- "ghcr.io/{{ .Env.GITHUB_REPOSITORY }}/go-cli-github:v{{ .Version }}-amd64"
6452
- "ghcr.io/{{ .Env.GITHUB_REPOSITORY }}/go-cli-github:v{{ .Version }}-arm64v8"
6553

66-
docker_signs:
67-
- args:
68-
- "sign"
69-
- "${artifact}@${digest}"
70-
- "--yes"
71-
artifacts: all
72-
output: true
73-
7454
release:
7555
extra_files:
7656
- glob: "{{ .Env.GITHUB_SBOM_PATH }}"

0 commit comments

Comments
 (0)