Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(makefile) Dynamically set GOARCH flag while building binaries
The GOARCH flag was hardcoded to "386", which causes the binaries to not work properly on machines with arm64 arch. This PR dynamically sets the GOARCH flag to arm64 if the machine arch is arm64, or to 386 for all other arch. Signed-off-by: anik120 <[email protected]>
- Loading branch information