gopenfusion/build.sh

5 lines
85 B
Bash
Raw Normal View History

2023-03-07 00:41:26 +00:00
#!/bin/sh
mkdir -p bin
CGO_ENABLED=0 GOOS=linux go build -o ./bin/server
2023-03-07 00:41:26 +00:00
echo 'Done'