Skip to content
5 changes: 3 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ builds:
env:
- CGO_ENABLED=0
flags:
- -mod=vendor
- -mod=mod

archives:
- name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
Expand All @@ -25,8 +25,9 @@ brews:
name: codeperf
homepage: "https://codeperf.io"
description: "Export, persist and compare profiling data using https://codeperf.io."
brews:

tap:
repository:
owner: codeperfio
name: homebrew-codeperf

Expand Down