Skip to content

Commit

Permalink
feat(cli): build for mac and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Rawlings committed Feb 4, 2024
1 parent a7daadb commit 58de404
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ builds:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
ignore:
- goarch: "386"

Expand Down Expand Up @@ -60,6 +62,8 @@ archives:
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
allow_different_binary_count: true

- id: cli
format: tar.gz
name_template: >-
Expand All @@ -69,6 +73,7 @@ archives:
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
allow_different_binary_count: true

changelog:
sort: asc
Expand Down

0 comments on commit 58de404

Please sign in to comment.