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.
1 parent 09d5ec6 commit 5fcdf7eCopy full SHA for 5fcdf7e
bash/install/falcon-linux-install.sh
@@ -445,7 +445,9 @@ cs_os_arch_filter=$(
445
446
cs_os_version=$(
447
version=$(echo "$os_version" | awk -F'.' '{print $1}')
448
- if [ "$os_name" = "Amazon" ] && [ "$version" -ge 2017 ] ; then
+ if [ "$cs_os_arch" = "aarch64" ] ; then
449
+ echo "$os_version - arm64"
450
+ elif [ "$os_name" = "Amazon" ] && [ "$version" -ge 2017 ] ; then
451
echo "1"
452
else
453
echo "$version"
0 commit comments