projectcalico / bird

Calico's fork of the BIRD protocol stack
91 stars 86 forks source link

bug in build.sh #71

Closed npu21 closed 4 years ago

npu21 commented 5 years ago

for get the correct TARGETARCH,if the arch is x86_64 like this

root@ubuntu:~# uname -m x86_64 TARGETARCH will be x86_64, which should be amd64

Expected Behavior

TARGETARCH x86_64

Current Behavior

TARGETARCH amd64

nelljerram commented 5 years ago

@npu21 What is the higher-level problem here? The value of TARGETARCH is not necessarily a problem, unless it has some further bad effect.