mirror of
https://github.com/taiki-e/install-action
synced 2026-09-07 20:03:26 +00:00
Handle armv9l from uname -m
This commit is contained in:
@@ -407,7 +407,7 @@ case "$(uname -s)" in
|
||||
esac
|
||||
case "$(uname -m)" in
|
||||
aarch64 | arm64) host_arch="aarch64" ;;
|
||||
xscale | arm | armv6l | armv7l | armv8l)
|
||||
xscale | arm | armv[6-9]l)
|
||||
# Ignore arm for now, as we need to consider the version and whether hard-float is supported.
|
||||
# https://github.com/rust-lang/rustup/pull/593
|
||||
# https://github.com/cross-rs/cross/pull/1018
|
||||
|
||||
Reference in New Issue
Block a user