Skip to content

Commit

Permalink
Merge pull request #329 from suzuki-shunsuke/feat/windows-support
Browse files Browse the repository at this point in the history
chore: windows support
  • Loading branch information
suzuki-shunsuke authored Jun 17, 2022
2 parents 8e4dfb0 + 6aecadc commit 904dacc
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,15 @@ builds:
binary: tfcmt
env:
- CGO_ENABLED=0
goos:
- windows
- darwin
- linux
goarch:
- amd64
- arm64
archives:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
darwin: 'darwin'
linux: 'linux'
windows: 'windows'
386: '386'
amd64: 'amd64'
format_overrides:
- goos: 'windows'
format: 'zip'
release:
prerelease: true # we update release note manually before releasing
header: |
Expand Down

0 comments on commit 904dacc

Please sign in to comment.