Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

Commit

Permalink
Update goreleaser usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jorinvo committed Jan 3, 2021
1 parent 4473498 commit f4df1d7
Showing 1 changed file with 22 additions and 16 deletions.
38 changes: 22 additions & 16 deletions goreleaser.yml → .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
build:
goos:
- windows
- darwin
- linux
goarch:
- amd64
- 386
- arm
- arm64
archive:
format_overrides:
builds:
- env:
- CGO_ENABLED=0
- goos:
- windows
- darwin
- linux
goarch:
- amd64
- 386
- arm
- arm64
ignore:
- goos: darwin
goarch: 386
archives:
- format_overrides:
- goos: windows
format: zip
name_template: "{{.Binary}}_{{.Version}}_{{.Os}}_{{.Arch}}"
Expand All @@ -21,18 +26,19 @@ archive:
darwin: mac
linux: linux
windows: windows
brew:
github:
brews:
- tap:
owner: qvl
name: homebrew-tap
folder: Formula
homepage: https://qvl.io/promplot
description: Create plots from Prometheus metrics and send them to you
fpm:
homepage: https://qvl.io/promplot
nfpms:
- homepage: https://qvl.io/promplot
description: Create plots from Prometheus metrics and send them to you
maintainer: Jorin Vogel <hi@jorin.me>
license: MIT
vendor: qvl
formats:
- deb
- rpm

0 comments on commit f4df1d7

Please sign in to comment.