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:
Anders Pitman 2021-02-15 12:00:36 -07:00
parent 8753c11f57
commit 680bb38c50

4
scripts/build_x86_64.sh Normal file
View 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