Skip to content

Commit

Permalink
feat: support to package for darwin (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen authored Jan 9, 2023
1 parent 232e69b commit 5acf592
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ builds:
goos:
- linux
- windows
- darwin
archives:
- name_template: "{{ .Binary }}-{{ .Os }}-{{ .Arch }}"
format_overrides:
Expand Down

0 comments on commit 5acf592

Please sign in to comment.