You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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.
Signed-off-by: anik120 <[email protected]>
0 commit comments