OCMP-0 tyring to gix amd
This commit is contained in:
parent
21ee28f758
commit
1c7282e526
@ -8,7 +8,7 @@ set -eou pipefail
|
|||||||
# - INPUT_SCANNERVERSION: e.g. 6.2.1.4610
|
# - INPUT_SCANNERVERSION: e.g. 6.2.1.4610
|
||||||
# - INPUT_SCANNERBINARIESURL: e.g. https://github.com/me/my-repo/raw/refs/heads/main/binaries
|
# - 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"
|
FLAVOR="linux-x64"
|
||||||
elif [[ "$RUNNER_OS" == "Linux" && "$RUNNER_ARCH" == "ARM64" ]]; then
|
elif [[ "$RUNNER_OS" == "Linux" && "$RUNNER_ARCH" == "ARM64" ]]; then
|
||||||
FLAVOR="linux-aarch64"
|
FLAVOR="linux-aarch64"
|
||||||
|
Loading…
Reference in New Issue
Block a user