mirror of
https://github.com/boringproxy/boringproxy.git
synced 2025-02-25 18:55:29 -06:00
Change naming from amd64 ro x86_64
amd64 was too similar to arm64 which caused confusion for the downloads. Fixes #45
This commit is contained in:
parent
8753c11f57
commit
680bb38c50
4
scripts/build_x86_64.sh
Normal file
4
scripts/build_x86_64.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo Building platform $1-x86_64
|
||||
CGO_ENABLED=0 GOOS=$1 GOARCH=amd64 go build -o build/boringproxy-$1-x86_64
|
Loading…
Reference in New Issue
Block a user