gopenfusion/build.sh

5 lines
85 B
Bash
Executable File

#!/bin/sh
mkdir -p bin
CGO_ENABLED=0 GOOS=linux go build -o ./bin/server
echo 'Done'