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
Localhost was arch linux 32bit and remote was debian 64 bit. I'm actually not in front of the systems right now but I will get the info to you later. Downloading the file on the remote also failed with some kind of SSL error.
I just pushed out a new release, 1.0.3, that should hopefully be a bit more robust in detecting 32-/64-bitness of systems. I imagine I'm just kind of doing this detection wrong and there's some magical command somewhere that does exactly what I want, but I haven't found that magical command yet (though uname -m gets pretty close).
When using gut on 32-bit, it downloads the amd64 binaries and fails with an exec format error. Using
--build-deps
fixes the issue.The text was updated successfully, but these errors were encountered: