Skip to content

Commit

Permalink
build: disable CGO #42
Browse files Browse the repository at this point in the history
  • Loading branch information
leukipp committed Jan 16, 2024
1 parent 7f4455c commit e9328e3
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 @@ -7,6 +7,8 @@ builds:
- amd64
- arm
- arm64
env:
- CGO_ENABLED=0
ldflags:
- -s -w -X main.name=cortile -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}

Expand Down

0 comments on commit e9328e3

Please sign in to comment.