Skip to content

Commit

Permalink
change binary names and add rpm/deb
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed May 26, 2021
1 parent 5174a6d commit ba260d1
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ builds:
- darwin
- linux
- freebsd
- windows

goarch:
- amd64
Expand All @@ -24,13 +25,19 @@ builds:
env:
- CGO_ENABLED=0

checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
archives:
-
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
format: binary
replacements:
arm: arm

changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'

nfpms:
-
homepage: https://github.com/minio/certgen
formats:
- deb
- rpm

0 comments on commit ba260d1

Please sign in to comment.