Skip to content

Commit

Permalink
Update goreleaser.yml
Browse files Browse the repository at this point in the history
Disable cgo, ensure static compilation.
  • Loading branch information
issmirnov authored Mar 6, 2024
1 parent ebce54e commit 0db0f46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ build:
goarch: 386
ldflags:
- -s -w
env:
- CGO_ENABLED=0
checksum:
name_template: '{{ .ProjectName }}_checksums.txt'
archives:
Expand Down

0 comments on commit 0db0f46

Please sign in to comment.