This commit is contained in:
Jo 2025-07-07 11:58:21 +08:00 committed by GitHub
commit dd96b3f91e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,6 +81,8 @@ pub(crate) async fn list(
PythonListKinds::Installed => None, PythonListKinds::Installed => None,
PythonListKinds::Downloads => Some(if all_platforms { PythonListKinds::Downloads => Some(if all_platforms {
base_download_request base_download_request
} else if all_arches {
base_download_request.fill_platform()?.with_any_arch()
} else { } else {
base_download_request.fill_platform()? base_download_request.fill_platform()?
}), }),