mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-18 10:45:00 +00:00
parent
d9ea307615
commit
94ae79d90d
2 changed files with 6 additions and 1 deletions
|
@ -165,6 +165,9 @@ impl From<&uv_platform_tags::Arch> for Arch {
|
|||
target_lexicon::X86_32Architecture::I686,
|
||||
)),
|
||||
uv_platform_tags::Arch::X86_64 => Self(target_lexicon::Architecture::X86_64),
|
||||
uv_platform_tags::Arch::Riscv64 => Self(target_lexicon::Architecture::Riscv64(
|
||||
target_lexicon::Riscv64Architecture::Riscv64,
|
||||
)),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue