Recognize armv8l as an alias for armv7l in platform tag parsing (#17384)
Closes #17375
It looks like this was missed in
https://github.com/astral-sh/uv/pull/8881 and now that we fail if wheel
tags do not match the target environment (see
https://github.com/astral-sh/uv/pull/16074), we do not allow armv8l
wheels to installed in environments where the interpreter reports
armv7l.
Co-authored-by: Claude <noreply@anthropic.com>