Skip to content

Commit

Permalink
fix goreleaser build
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Aug 31, 2023
1 parent 511e25f commit efe91d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ gomod:
proxy: true
archives:
-
replacements:
darwin: Darwin
linux: Linux
windows: Windows
amd64: x86_64
name_template: >-
tfc-ops_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else }}{{ .Arch }}{{ end }}
format_overrides:
- goos: windows
format: zip
Expand Down

0 comments on commit efe91d2

Please sign in to comment.