mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-11 22:30:47 +01:00
update build files and dependencies
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
mkdir -p bin
|
||||
BUILD_FLAGS="${BUILD_FLAGS} -X github.com/yusing/go-proxy/pkg.version=${VERSION}"
|
||||
echo building GoDoxy version "${VERSION}", build flags \""${BUILD_FLAGS}"\"
|
||||
go build -ldflags "${BUILD_FLAGS}" -pgo=auto -o bin/godoxy ./cmd
|
||||
|
||||
Reference in New Issue
Block a user