mirror of
https://github.com/CPunch/gopenfusion.git
synced 2024-11-12 19:20:06 +00:00
CPunch
983588b6c9
- build.sh: disables CGO and specifies linux - we really don't need the cstdlib now, and we don't need a busybox shell
5 lines
85 B
Bash
Executable File
5 lines
85 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mkdir -p bin
|
|
CGO_ENABLED=0 GOOS=linux go build -o ./bin/server
|
|
echo 'Done' |