pub fn arch_name() -> &'static str
Return the architecture name in the format most providers expect.
Maps Rust’s std::env::consts::ARCH:
std::env::consts::ARCH
"aarch64"
"arm64"
"x86_64"
"amd64"