Skip to content

Commit

Permalink
Merge pull request #19 from mackerelio-labs/darwin-zip
Browse files Browse the repository at this point in the history
all files are belong to zip
  • Loading branch information
kmuto authored Sep 23, 2023
2 parents 28ff91f + 6a5e137 commit 1e4b553
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,9 @@ builds:
- arm64

archives:
- format: tar.gz
- format: zip
# this name template makes the OS and Arch compatible with the results of uname.
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
# use zip for windows archives
format_overrides:
- goos: windows
format: zip
- goos: darwin
format: zip
files:
- README.md
- check-mackerel-metric.png
Expand Down

0 comments on commit 1e4b553

Please sign in to comment.