Skip to content

Commit

Permalink
Update goreleaser for latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Emmanuel Jacquier <[email protected]>
  • Loading branch information
pierre-emmanuelJ committed Feb 26, 2020
1 parent fd4a1f9 commit f7dee6b
Showing 1 changed file with 23 additions and 20 deletions.
43 changes: 23 additions & 20 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,31 +20,34 @@ sign:
args: ["-u", "[email protected]", "--detach-sign", "${artifact}"]
artifacts: all

archive:
format_overrides:
- goos: windows
format: zip
archives:
-
format_overrides:
- goos: windows
format: zip

release:
github:
owner: pierre-emmanuelJ
name: iptv-proxy
draft: true

nfpm:
vendor: Pierre-Emmanuel
homepage: https://github.com/pierre-emmanuelJ/iptv-proxy
maintainer: Pierre-Emmanuel <[email protected]>
description: Reverse proxy on iptv m3u file
license: Apache 2.0
formats:
- deb
- rpm
nfpms:
-
vendor: Pierre-Emmanuel
homepage: https://github.com/pierre-emmanuelJ/iptv-proxy
maintainer: Pierre-Emmanuel <[email protected]>
description: Reverse proxy on iptv m3u file
license: Apache 2.0
formats:
- deb
- rpm

brew:
github:
owner: pierre-emmanuel
name: homebrew-tap
folder: Formula
homepage: "https://github.com/pierre-emmanuelJ/iptv-proxy"
description: Reverse proxy on iptv m3u file
brews:
-
github:
owner: pierre-emmanuel
name: homebrew-tap
folder: Formula
homepage: "https://github.com/pierre-emmanuelJ/iptv-proxy"
description: Reverse proxy on iptv m3u file

0 comments on commit f7dee6b

Please sign in to comment.