Skip to content

Commit e572279

Browse files
authored
updated goreleaser (#417)
1 parent fac3b02 commit e572279

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.goreleaser.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ builds:
2323
- '7'
2424

2525
kos:
26-
- repository: ghcr.io/boostsecurityio/poutine
26+
- repositories:
27+
- ghcr.io/boostsecurityio/poutine
2728
base_image: 'cgr.dev/chainguard/git:latest@sha256:06119871a608d163eac2daddd0745582e457a29ee8402bd351c13f294ede30e1'
2829
tags:
2930
- '{{.Version}}'
@@ -43,18 +44,17 @@ docker_signs:
4344

4445
signs:
4546
- cmd: cosign
46-
certificate: '${artifact}.pem'
47+
signature: "${artifact}.sigstore.json"
4748
args:
4849
- "sign-blob"
49-
- "--output-certificate=${certificate}"
50-
- "--output-signature=${signature}"
50+
- "--bundle=${signature}"
5151
- "${artifact}"
5252
- "--yes" # skip user interaction
53-
artifacts: all
53+
artifacts: checksum
5454
output: true
5555

5656
archives:
57-
- format: tar.gz
57+
- formats: [ 'tar.gz' ]
5858
# this name template makes the OS and Arch compatible with the results of `uname`.
5959
name_template: >-
6060
{{ .ProjectName }}_
@@ -66,7 +66,7 @@ archives:
6666
# use zip for windows archives
6767
format_overrides:
6868
- goos: windows
69-
format: zip
69+
formats: ['zip']
7070

7171
changelog:
7272
use: github-native

0 commit comments

Comments
 (0)