1st
This commit is contained in:
11
linux_build.sh
Executable file
11
linux_build.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
cd examples/database
|
||||
env CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ../../database_linux
|
||||
cd -
|
||||
|
||||
cd examples/loadtest
|
||||
env CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ../../loadtest_linux
|
||||
cd -
|
||||
|
||||
cd examples/requests
|
||||
env CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ../../requests_linux
|
||||
cd -
|
||||
Reference in New Issue
Block a user