Skip to content

Commit

Permalink
chore(justfile): disable cgo
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Dec 21, 2024
1 parent fc49a01 commit 000be47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ list:
@just --list

build:
go build -o ./result/unspeech ./cmd/unspeech
CGO_ENABLED=0 go build -o ./result/unspeech ./cmd/unspeech

0 comments on commit 000be47

Please sign in to comment.