Skip to content

Commit

Permalink
fix: comment goreleaser ko target (#194)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
  • Loading branch information
eddycharly authored Oct 25, 2023
1 parent 014e77a commit 83d8576
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ builds:
ldflags:
- -s -w -X github.com/kyverno/chainsaw/pkg/version.BuildVersion={{ .Version }}

kos:
- build: chainsaw
repository: ghcr.io/kyverno/chainsaw
tags:
- '{{.Tag}}'
- '{{ if not .Prerelease }}latest{{ end }}'
bare: true
preserve_import_paths: false
sbom: none
platforms:
- all
# kos:
# - build: chainsaw
# repository: ghcr.io/kyverno/chainsaw
# tags:
# - '{{.Tag}}'
# - '{{ if not .Prerelease }}latest{{ end }}'
# bare: true
# preserve_import_paths: false
# sbom: none
# platforms:
# - all

signs:
- cmd: cosign
Expand All @@ -41,14 +41,14 @@ signs:
artifacts: all
output: true

docker_signs:
- cmd: cosign
artifacts: all
output: true
args:
- sign
- ${artifact}
- --yes
# docker_signs:
# - cmd: cosign
# artifacts: all
# output: true
# args:
# - sign
# - ${artifact}
# - --yes

archives:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}'
Expand Down

0 comments on commit 83d8576

Please sign in to comment.