mirror of
https://github.com/astral-sh/uv
synced 2026-01-21 13:30:11 -05:00
Add manylinux to armv6l match (#17328)
## Summary See: https://github.com/astral-sh/uv/pull/17317/changes#r2662205930. I omitted these because we technically don't allow this for manylinux, but this seems more consistent.
This commit is contained in:
@@ -376,7 +376,13 @@ impl PlatformTag {
|
||||
pub fn is_armv6l(&self) -> bool {
|
||||
matches!(
|
||||
self,
|
||||
Self::Linux {
|
||||
Self::Manylinux {
|
||||
arch: Arch::Armv6L,
|
||||
..
|
||||
} | Self::Manylinux2014 {
|
||||
arch: Arch::Armv6L,
|
||||
..
|
||||
} | Self::Linux {
|
||||
arch: Arch::Armv6L,
|
||||
..
|
||||
} | Self::Musllinux {
|
||||
|
||||
Reference in New Issue
Block a user