diff options
author | 2017-11-02 10:59:30 -0700 | |
---|---|---|
committer | 2017-11-02 17:59:30 +0000 | |
commit | 091e04f8edb87144d6703789a95d815116034c40 (patch) | |
tree | 52fb7c14b82f2732007fbc7ead9b76893457defc /vendor/google.golang.org/grpc/doc.go | |
parent | 2c80551fdc1ac409eb11dc8dd9e7fe90fb04d90c (diff) | |
download | coredns-091e04f8edb87144d6703789a95d815116034c40.tar.gz coredns-091e04f8edb87144d6703789a95d815116034c40.tar.zst coredns-091e04f8edb87144d6703789a95d815116034c40.zip |
Use `amd64` instread of `x86_64` when building architecture (#1194)
In Makefile.release `shell uname -m` was used to find the current architecture.
On amd64 systems this might be reported as `x86_64` depending on the Linux.
However, in order to have manifest docker images we need to stick with
golang's architecture tag of `amd64`.
This fix changes instead so that the correct architecture conforming to
golang (`amd64`) could be build.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'vendor/google.golang.org/grpc/doc.go')
0 files changed, 0 insertions, 0 deletions