Skip to content

Commit

Permalink
Use correct build archive for homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Jan 29, 2020
1 parent 018c94c commit 74ac29f
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ archives:
- id: kratos-sqlite
builds:
- kratos-sqlite-windows
- kratos-sqlite-macos
- kratos-sqlite-darwin
- kratos-sqlite-linux
replacements:
darwin: macos
Expand All @@ -118,8 +118,10 @@ archives:
goos: windows
format: zip
files:
- README.md
- CHANGELOG.md
- LICENSE
- README.md
- SECURITY.md
name_template: "{{ .ProjectName }}_sqlite_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"

- id: kratos
Expand All @@ -134,14 +136,21 @@ archives:
- goos: windows
format: zip
files:
- README.md
- CHANGELOG.md
- LICENSE
- README.md
- SECURITY.md

- id: kratos-brew
builds:
- kratos-sqlite-macos
- kratos-sqlite-darwin
replacements:
darwin: macos
files:
- CHANGELOG.md
- LICENSE
- README.md
- SECURITY.md

snapshot:
name_template: "{{ .Tag }}-next"
Expand Down

0 comments on commit 74ac29f

Please sign in to comment.