Skip to content

Commit

Permalink
feat: Add signing artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyb3r-Jak3 committed Aug 4, 2024
1 parent a351785 commit afc5616
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,10 @@ blobs:

nfpms:
-
package_name: cloudflare-utils
package_name: cloudflare-exporter

vendor: Cyb3rJak3

homepage: https://cloudflare-utils.cyberjake.xyz/

maintainer: Cyb3rJak3 <git@cyberjake.xyz>

description:
Expand Down Expand Up @@ -118,3 +116,21 @@ nfpms:
dst: /usr/share/doc/{{ .ProjectName }}/README.md
# - src: bash_completion
# dst: /etc/bash_completion.d/{{ .ProjectName }}


signs:
- artifacts: all
args:
- "--batch"
- "--local-user"
- "{{ .Env.GPG_FINGERPRINT }}"
- "--output"
- "${signature}"
- "--detach-sign"
- "${artifact}"

sboms:
- artifacts: archive

release:
draft: true

0 comments on commit afc5616

Please sign in to comment.