Skip to main content

remote_probe_arch

Function remote_probe_arch 

Source
pub fn remote_probe_arch(
    runner: &dyn ProcessRunner,
    opts: &RemoteOptions,
) -> Result<BoxArch>
Expand description

Probe uname -m on the remote host.

ยงErrors

Returns crate::HortoError when SSH fails or the arch is unsupported.