update build script

This commit is contained in:
hdt3213 2021-04-03 20:21:03 +08:00
parent bcf0cd5e92
commit e7e5469de3
2 changed files with 1 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#!/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

View File

@ -1,4 +1,3 @@
#!/usr/bin/env bash
go build -i -o target/godis-darwin ./src/cmd