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