Skip to content

Commit

Permalink
Remove windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
ghokun committed Jul 23, 2024
1 parent 319b899 commit aa35a47
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ builds:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
goarch:
- amd64
Expand All @@ -20,16 +19,6 @@ builds:

archives:
- format: tar.gz
name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
format_overrides:
- goos: windows
format: zip
checksum:
name_template: "checksums.txt"
changelog:
Expand Down

0 comments on commit aa35a47

Please sign in to comment.