GoDoxy/scripts/build.sh
2024-11-04 00:06:59 +08:00

5 lines
163 B
Bash
Executable file

#!/bin/sh
mkdir -p bin
echo building GoDoxy version ${VERSION}, build flags \"${BUILD_FLAGS}\"
go build -ldflags "${BUILD_FLAGS}" -pgo=auto -o bin/go-proxy ./cmd