mirror of
https://github.com/boringproxy/boringproxy.git
synced 2025-02-25 18:55:29 -06:00
5 lines
173 B
Bash
Executable File
5 lines
173 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo Building platform $1-x86_64
|
|
CGO_ENABLED=0 GOOS=$1 GOARCH=amd64 go build -ldflags "-X main.Version=$(git describe --tags)" -o build/boringproxy-$1-x86_64$2
|