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 (#2871)
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]>
Signed-off-by: anik120 <[email protected]>
0 commit comments