mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-19 20:32:35 +02:00
5 lines
165 B
Bash
Executable file
5 lines
165 B
Bash
Executable file
#!/bin/sh
|
|
|
|
mkdir -p bin
|
|
echo building go-proxy version ${VERSION}, build flags \"${BUILD_FLAGS}\"
|
|
go build -ldflags "${BUILD_FLAGS}" -pgo=auto -o bin/go-proxy ./cmd
|