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 instead of hardcoding to a particular value.
- Loading branch information