Skip to content

Commit

Permalink
build: disabled CGO
Browse files Browse the repository at this point in the history
  • Loading branch information
pspiagicw committed Apr 13, 2024
1 parent a977026 commit 3e35d08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions groom.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ command = "go fmt ./..."
[task.build]
description = "Build the project"
command = 'go build -ldflags "$ldflags" -o $name . '
environment = [ "CGO_ENABLED=1" ]
depends = [
"format"
]
Expand Down

0 comments on commit 3e35d08

Please sign in to comment.