Skip to content

Commit

Permalink
ci: CGO_ENABLED=0
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Mar 11, 2023
1 parent 110de5d commit aae5a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ tasks:
desc: Build a binary for the current architecture
dir: cli
cmds:
- env GOOS={{ .GOOS }} GOARCH={{ .GOARCH }} go build -o ../bin/semaphore{{ if eq OS "windows" }}.exe{{ end }}
- env CGO_ENABLED=0 GOOS={{ .GOOS }} GOARCH={{ .GOARCH }} go build -o ../bin/semaphore{{ if eq OS "windows" }}.exe{{ end }}

release:
desc: creates a release without performing validations or publishing artifacts
Expand Down

0 comments on commit aae5a44

Please sign in to comment.