diff --git a/jenkins/L0_Test.groovy b/jenkins/L0_Test.groovy index 624833545f..410248a18b 100644 --- a/jenkins/L0_Test.groovy +++ b/jenkins/L0_Test.groovy @@ -1829,7 +1829,7 @@ def runLLMBuild(pipeline, cpu_arch, reinstall_dependencies=false, wheel_path="", } buildArgs = "--clean" if (cpu_arch == AARCH64_TRIPLE) { - buildArgs += " -a '90-real;100-real;120-real'" + buildArgs += " -a '90-real;100-real;103-real;120-real'" } withCredentials([usernamePassword(credentialsId: "urm-artifactory-creds", usernameVariable: 'CONAN_LOGIN_USERNAME', passwordVariable: 'CONAN_PASSWORD')]) {