Skip to content

Commit

Permalink
fix: temporary disable darwin build
Browse files Browse the repository at this point in the history
  • Loading branch information
opan committed May 24, 2022
1 parent d7ea02d commit 4a65198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ builds:
goos:
- linux
- windows
- darwin
# - darwin
main: ./cmd/main.go
archives:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
Expand Down

0 comments on commit 4a65198

Please sign in to comment.