Skip to content

Commit

Permalink
Update .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tg44 committed Oct 8, 2023
1 parent c59cb8f commit 643ec20
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
before:
Expand All @@ -12,9 +13,14 @@ builds:
goos:
- darwin
archives:
- replacements:
darwin: Darwin
amd64: x86_64
- id: foo
name_template: >-
{{- .ProjectName }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end -}}
files:
- LICENSE*
- README*
Expand Down Expand Up @@ -43,7 +49,7 @@ brews:
# same kind. We will probably unify this in the next major version like it is done with scoop.

# GitHub/GitLab repository to push the formula to
tap:
repository:
owner: tg44
name: homebrew-heptapod
# Optionally a branch can be provided. If the branch does not exist, it
Expand Down

0 comments on commit 643ec20

Please sign in to comment.