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:
Charlie Marsh
2026-01-05 19:37:08 -05:00
committed by GitHub
parent a27e0c850d
commit 6049ddcb86

View File

@@ -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 {