mirror of
https://github.com/HDT3213/godis.git
synced 2025-09-26 21:01:17 +08:00
3 lines
93 B
Bash
Executable File
3 lines
93 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o target/godis-linux ./ |