Skip to content

Commit

Permalink
Merge pull request #748 from cpanato/update
Browse files Browse the repository at this point in the history
fix archives
  • Loading branch information
k8s-ci-robot authored Nov 13, 2023
2 parents f53b631 + 34d24ae commit 32af12e
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 @@ -75,14 +75,9 @@ builds:
- "{{ .Env.LDFLAGS }}"

archives:
- id: zeitgeist
format: binary
allow_different_binary_count: true
name_template: zeitgeist-{{ .Arch }}-{{ .Os }}
- id: buoy
format: binary
- format: binary
name_template: "{{ .Binary }}"
allow_different_binary_count: true
name_template: buoy-{{ .Arch }}-{{ .Os }}

signs:
# Keyless
Expand Down

0 comments on commit 32af12e

Please sign in to comment.