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
Comment from Max from trello card: kubectl uses go env GOARCH and GOOS in its makefile so it detects the OS at run time. Unfortunately it doesn't quite spit out our current string, returning amd64-linux instead of x86_64-linux
The text was updated successfully, but these errors were encountered:
I don't quite understand the this issue as written.
How can I observe the issue for myself? I might sort of guess that it involves a version string being shown somewhere, perhaps reco? However, I don't see a version string with reco version.
So if you are in the reco repo and run make build on your mac you will iirc end up with a linux binary that you cannot run.
pwaller
changed the title
Fix reco build docs/process to be unsurprising - currently builds linux regardless of hostmake build produces unrunnable Linux binary on OSX
Nov 5, 2018
Comment from Max from trello card: kubectl uses go env GOARCH and GOOS in its makefile so it detects the OS at run time. Unfortunately it doesn't quite spit out our current string, returning amd64-linux instead of x86_64-linux
The text was updated successfully, but these errors were encountered: