mirror of
https://github.com/boringproxy/boringproxy.git
synced 2025-02-25 18:55:29 -06:00
Add build_arch.sh script
This commit is contained in:
parent
35874f7df0
commit
7e728b1261
4
scripts/build_arch.sh
Executable file
4
scripts/build_arch.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo Building platform $1-$2
|
||||
CGO_ENABLED=0 GOOS=$1 GOARCH=$2 go build -o build/boringproxy-$1-$2$3
|
Loading…
Reference in New Issue
Block a user