Skip to content

Commit

Permalink
only release mac and linux for 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slimm609 committed Dec 16, 2024
1 parent 81392d7 commit ff76bcf
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,3 @@ builds:
goarch:
- amd64
- arm64

- id: windows
binary: checksec
main: ./main.go
ldflags:
- -s -w
- -X "main.version={{ .Version }}"
- -X "main.commit={{ .Commit }}"
- -X "main.date={{ .Date }}"
- -buildmode=exe
env:
- CGO_ENABLED=0
goos:
- windows
goarch:
- amd64
- arm64

0 comments on commit ff76bcf

Please sign in to comment.