diff --git a/install-sonar-scanner-cli.sh b/install-sonar-scanner-cli.sh index 5147d48..5bbaf20 100755 --- a/install-sonar-scanner-cli.sh +++ b/install-sonar-scanner-cli.sh @@ -23,6 +23,8 @@ elif [[ "$RUNNER_OS" == "macOS" && "$RUNNER_ARCH" == "X64" ]]; then FLAVOR="macosx-x64" elif [[ "$RUNNER_OS" == "macOS" && "$RUNNER_ARCH" == "ARM64" ]]; then FLAVOR="macosx-aarch64" +elif [[ "$RUNNER_OS" == "macOS" && "$RUNNER_ARCH" == "arm64" ]]; then + FLAVOR="macosx-aarch64" else echo "::error title=SonarScanner::$RUNNER_OS $RUNNER_ARCH not supported" exit 1