* Add a new lint rule to the Makefile Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com> * Fix linter errors Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com> * Allow replacing the default apt mirror Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
On arm64, the default build flag is the same as the one from `go env` which is arm64. So we should use arm64 instead of aarch64 for both build flag and file name. Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>