Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: fix GOARCH for loongarch64 (Makefile)
uname gives loongarch64 target value while go has loong64 target instead. Without the fix `make install` can't find correct executable since it looks into bin/loongarch64 instead of bin/loong64
- Loading branch information