mirror of
https://github.com/boringproxy/boringproxy.git
synced 2025-02-25 18:55:29 -06:00
5 lines
112 B
Bash
5 lines
112 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
echo Building platform $1-$2
|
||
|
CGO_ENABLED=0 GOOS=$1 GOARCH=$2 go build -o build/boringproxy-$1-$2$3
|