Skip to content
This repository has been archived by the owner on Dec 17, 2022. It is now read-only.

Commit

Permalink
test settings for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
jerson-av committed Jan 9, 2020
1 parent b292b7d commit ded46e4
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ archives:
- pgrokd
name_template: "pgrokd_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
replacements:
darwin: Darwin
darwin: MacOS
linux: Linux
windows: Windows
386: i386
Expand All @@ -67,7 +67,7 @@ archives:
- pgrok
name_template: "pgrok_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
replacements:
darwin: Darwin
darwin: MacOS
linux: Linux
windows: Windows
386: i386
Expand Down Expand Up @@ -132,15 +132,3 @@ nfpms:
- rpm
builds:
- pgrok
- id: pgrokd
homepage: "https://github.com/jerson/pgrok"
description: "Server introspected tunnels to localhost a fork from pgrok."
maintainer: Gerson Alexander Pardo Gamez <[email protected]>
license: MIT
formats:
- deb
- rpm
recommends:
- rpm
builds:
- pgrokd

0 comments on commit ded46e4

Please sign in to comment.