Skip to content

Commit

Permalink
chore: build statically on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Jul 8, 2024
1 parent 4556386 commit 98dcd36
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ builds:
flags:
- -trimpath
- -buildmode=exe
ldflags:
- -extldflags=-static

archives:
- format: tar.gz
Expand Down Expand Up @@ -182,8 +184,3 @@ chocolateys:
# to chocolatey repository, leaving the responsability of publishing it to
# the user.
skip_publish: false

dependencies:
# Required for treesitter/cgo.
- id: mingw
version: 13.2.0

0 comments on commit 98dcd36

Please sign in to comment.