Skip to content

Commit

Permalink
Merge pull request #3302 from cpanato/fix-goreleaser
Browse files Browse the repository at this point in the history
fix archive to remove the duplicates
  • Loading branch information
k8s-ci-robot authored Oct 5, 2023
2 parents 8aeeee1 + f594cab commit f2226c0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,9 @@ builds:
- arm64

archives:
- id: krel
format: binary
allow_different_binary_count: true
name_template: krel-{{ .Arch }}-{{ .Os }}
- id: release-notes
format: binary
- format: binary
name_template: "{{ .Binary }}"
allow_different_binary_count: true
name_template: release-notes-{{ .Arch }}-{{ .Os }}

signs:
- id: keyless
Expand Down

0 comments on commit f2226c0

Please sign in to comment.