Skip to content

Commit

Permalink
fix: update goreleaser config for deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
joepurdy committed Sep 19, 2023
1 parent ab6dabc commit 85cdc9b
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,19 @@ archives:
- linux-amd64-build
- linux-arm64-build
- darwin-build
replacements:
darwin: macOS
amd64: x86_64
all: universal
name_template: >-
{{ .ProjectName }}_{{ .Version }}_{{- if eq .Os "darwin" -}}
macOS_{{- else -}}{{ .Os }}_{{- end -}}
{{- if eq .Arch "amd64" -}}x86_64{{- else if eq .Arch "all" -}}
universal{{- else -}}{{ .Arch }}{{- end -}}
{{- with .Arm }}v{{ . }}{{ end -}}
{{- with .Mips }}_{{ . }}{{ end -}}
{{- if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}
brews:
- name: axolotl

tap:
repository:
owner: ArcadiaPower
name: homebrew-tap

Expand Down

0 comments on commit 85cdc9b

Please sign in to comment.