From 1c7282e526c2f0563061ab536bb4eacdb73a0ed7 Mon Sep 17 00:00:00 2001 From: Milorad Jovanovic Date: Wed, 11 Dec 2024 11:09:04 +0100 Subject: [PATCH] OCMP-0 tyring to gix amd --- install-sonar-scanner-cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-sonar-scanner-cli.sh b/install-sonar-scanner-cli.sh index 57e458a..c4eac62 100755 --- a/install-sonar-scanner-cli.sh +++ b/install-sonar-scanner-cli.sh @@ -8,7 +8,7 @@ set -eou pipefail # - INPUT_SCANNERVERSION: e.g. 6.2.1.4610 # - INPUT_SCANNERBINARIESURL: e.g. https://github.com/me/my-repo/raw/refs/heads/main/binaries -if [[ "$RUNNER_OS" == "Linux" && "$RUNNER_ARCH" == "AMD64" ]]; then +if [[ "$RUNNER_OS" == "Linux" && "$RUNNER_ARCH" == "amd64" ]]; then FLAVOR="linux-x64" elif [[ "$RUNNER_OS" == "Linux" && "$RUNNER_ARCH" == "ARM64" ]]; then FLAVOR="linux-aarch64"