Skip to main content

linux_target

Function linux_target 

Source
pub fn linux_target(
    distribution: &str,
    arch: Arch,
) -> Result<ReleaseTarget, WslError>
Expand description

The published Linux archive for an architecture.

ยงErrors

WslError::UnsupportedArchitecture. 32-bit ARM is refused here rather than left to fail at download: the release publishes no armv7-unknown-linux-gnueabihf archive, so there is nothing to select.