Skip to content

Commit

Permalink
Add nfpm to all buildboxes.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Apr 9, 2024
1 parent 404576c commit bc82ead
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions download-asset.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@ intel64 = "x86_64"
pattern = 'goreleaser-pro_{{.OS}}_{{.Arch}}.{{.Ext}}'
archive-path = "goreleaser"
write-to-bin = "goreleaser"

[goreleaser.nfpm]
linux = "Linux"
arm64 = "arm64"
intel64 = "x86_64"
pattern = 'nfpm_{{.Ver}}_{{.OS}}_{{.Arch}}.{{.Ext}}'
archive-path = "nfpm"
write-to-bin = "nfpm"

0 comments on commit bc82ead

Please sign in to comment.