This commit is contained in:
Milorad Jovanovic 2025-02-25 14:23:20 +01:00
parent 8473d310e8
commit 7ab2c17735

View File

@ -23,6 +23,8 @@ elif [[ "$RUNNER_OS" == "macOS" && "$RUNNER_ARCH" == "X64" ]]; then
FLAVOR="macosx-x64" FLAVOR="macosx-x64"
elif [[ "$RUNNER_OS" == "macOS" && "$RUNNER_ARCH" == "ARM64" ]]; then elif [[ "$RUNNER_OS" == "macOS" && "$RUNNER_ARCH" == "ARM64" ]]; then
FLAVOR="macosx-aarch64" FLAVOR="macosx-aarch64"
elif [[ "$RUNNER_OS" == "macOS" && "$RUNNER_ARCH" == "arm64" ]]; then
FLAVOR="macosx-aarch64"
else else
echo "::error title=SonarScanner::$RUNNER_OS $RUNNER_ARCH not supported" echo "::error title=SonarScanner::$RUNNER_OS $RUNNER_ARCH not supported"
exit 1 exit 1