- When a project's releases contain a mix of file names with and without an architecture,
ubi
will try one of the no-architecture names if it doesn't find any matches for the current architecture. An example of this is theyt-dlp/yt-dlp
project, which has releases namedyt-dlp_linux
andyt-dlp_linux_aarch64
. ubi
is now always compiled withrustls
, instead of usingopenssl
on some platforms.