We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdfd0e6 + 845ded5 commit 37b1689Copy full SHA for 37b1689
etc/scripts/get-stack.sh
@@ -72,7 +72,7 @@ post_install_separator() {
72
73
# determines the the CPU's instruction set
74
get_isa() {
75
- if arch | grep -q armv7 ; then
+ if arch | grep -Eq 'armv[78]l?' ; then
76
echo arm
77
elif arch | grep -q aarch64 ; then
78
echo aarch64
0 commit comments