Skip to content

Commit

Permalink
chore: stop building binaries for Windows
Browse files Browse the repository at this point in the history
Semgrep is not supported on Windows
  • Loading branch information
becojo committed Nov 19, 2024
1 parent ed41731 commit 157117a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ builds:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
goarch:
- amd64
Expand All @@ -25,9 +24,6 @@ archives:
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
format_overrides:
- goos: windows
format: zip
changelog:
sort: asc
Expand Down

0 comments on commit 157117a

Please sign in to comment.