We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4f2bc commit 09c67b0Copy full SHA for 09c67b0
1 file changed
.goreleaser.yaml
@@ -22,18 +22,6 @@ builds:
22
changelog:
23
use: github-native
24
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
-
37
dockers:
38
- ids:
39
- go-cli-github
@@ -63,14 +51,6 @@ docker_manifests:
63
51
- "ghcr.io/{{ .Env.GITHUB_REPOSITORY }}/go-cli-github:v{{ .Version }}-amd64"
64
52
- "ghcr.io/{{ .Env.GITHUB_REPOSITORY }}/go-cli-github:v{{ .Version }}-arm64v8"
65
53
66
-docker_signs:
67
-- args:
68
- - "sign"
69
- - "${artifact}@${digest}"
70
71
- artifacts: all
72
- output: true
73
74
54
release:
75
55
extra_files:
76
56
- glob: "{{ .Env.GITHUB_SBOM_PATH }}"
0 commit comments