Skip to content

Commit

Permalink
Allow static linking in linux compilation (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
yonahd committed Jul 24, 2023
1 parent 3745489 commit 631cee3
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 @@ -4,6 +4,8 @@ builds:
- id: linux-amd64
binary: kor
main: ./main.go
env:
- CGO_ENABLED=0
goos:
- linux
goarch:
Expand Down

0 comments on commit 631cee3

Please sign in to comment.