Skip to content

Commit

Permalink
ci: release linux aarch64 gz too
Browse files Browse the repository at this point in the history
  • Loading branch information
mrexox committed Dec 27, 2024
1 parent 5e5c77f commit 8c14d4c
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,21 @@ archives:
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
- id: lefthook-gz
format: gz
builds:
- lefthook
files:
- none*
name_template: >-
{{ .ProjectName }}_
{{- .Version }}_
{{- if eq .Os "darwin" }}MacOS
{{- else }}{{ title .Os }}{{ end }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
- id: lefthook-linux-aarch64
format: binary
builds:
Expand All @@ -106,19 +121,20 @@ archives:
{{- else if eq .Arch "arm64" }}aarch64
{{- else }}{{ .Arch }}{{ end }}
- id: lefthook-gz
- id: lefthook-linux-aarch64-gz
format: gz
builds:
- lefthook
- lefthook-linux-aarch64
files:
- none*
- none*
name_template: >-
{{ .ProjectName }}_
{{- .Version }}_
{{- if eq .Os "darwin" }}MacOS
{{- else }}{{ title .Os }}{{ end }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else if eq .Arch "arm64" }}aarch64
{{- else }}{{ .Arch }}{{ end }}
checksum:
Expand Down

0 comments on commit 8c14d4c

Please sign in to comment.