From 7ab2c17735824b40209fc83e6a1fb97604a7cba1 Mon Sep 17 00:00:00 2001 From: Milorad Jovanovic Date: Tue, 25 Feb 2025 14:23:20 +0100 Subject: [PATCH] OCMP-0 --- install-sonar-scanner-cli.sh | 2 ++ 1 file changed, 2 insertions(+) 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