You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
305 B
11 lines
305 B
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 - |