You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/ci/tool-list.sh
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,10 @@ esac
124
124
case"$(uname -m)"in
125
125
aarch64 | arm64) host_arch=aarch64 ;;
126
126
xscale | arm | armv*l) bail "32-bit Arm runner is not supported yet by this action; if you need support for this platform, please submit an issue at <https://github.com/taiki-e/install-action>" ;;
127
-
*) host_arch=x86_64 ;;
127
+
*)
128
+
# TODO: uname -m on windows-11-arm returns "x86_64"
0 commit comments