Skip to content

Commit

Permalink
bring back 386 and try deb/rpm
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel corso committed Sep 2, 2022
1 parent 8fe8c91 commit 7622d8c
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ builds:
- darwin
goarch:
- amd64
- '386'
ldflags: -s -w -X github.com/pusher/cli/config.version={{.Version}}
tags:
- osusergo
Expand All @@ -28,16 +29,16 @@ changelog:
exclude:
- '^docs:'
- '^test:'
# nfpms:
# - license: MIT
# description: "Pusher CLI provides access to Pusher platform functionality via a CLI!"
# formats:
# - deb
# - rpm
# homepage: "https://pusher.com/"
# maintainer: "Pusher <[email protected]>"
# vendor: Pusher
#brews:
nfpms:
- license: MIT
description: "Pusher CLI provides access to Pusher platform functionality via a CLI!"
formats:
- deb
- rpm
homepage: "https://pusher.com/"
maintainer: "Pusher <[email protected]>"
vendor: Pusher
# brews:
# - description: "Pusher CLI!"
# tap:
# name: homebrew-brew
Expand Down

0 comments on commit 7622d8c

Please sign in to comment.