Skip to content

Commit

Permalink
feat: add linux packaging (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno authored Feb 18, 2023
1 parent b080760 commit 7042812
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ main
config*.toml
cosmos-validators-exporter
.idea/
dist/
14 changes: 7 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ builds:
goos:
- linux
- darwin
archives:
- replacements:
darwin: Darwin
linux: Linux
386: i386
amd64: x86_64
nfpms:
- vendor: 🐹 Quokka Stake
maintainer: Sergey <[email protected]>
formats:
- deb
- rpm
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
name_template: "{{ .Tag }}"
changelog:
sort: asc
filters:
Expand Down

0 comments on commit 7042812

Please sign in to comment.