Skip to content

Commit

Permalink
feat: add brew support (#633)
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 Dec 11, 2023
1 parent 1264cac commit 63d5d7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ docker_signs:
- ${artifact}
- --yes

brews:
- repository:
owner: kyverno
name: homebrew-kyverno

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

Expand Down

0 comments on commit 63d5d7d

Please sign in to comment.