mirror of
https://github.com/HDT3213/godis.git
synced 2025-10-05 08:46:56 +08:00
update build script
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
GOOS=linux GOARCH=amd64 go build -o target/godis-linux ./src/cmd
|
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o target/godis-linux ./src/cmd
|
Reference in New Issue
Block a user