diff --git a/Justfile b/Justfile index 6bf4c85..f0b452a 100644 --- a/Justfile +++ b/Justfile @@ -2,4 +2,4 @@ list: @just --list build: - go build -o ./result/unspeech ./cmd/unspeech \ No newline at end of file + CGO_ENABLED=0 go build -o ./result/unspeech ./cmd/unspeech \ No newline at end of file