[bitnami/deepspeed] ci: 👷 Remove arm64 verification (#44292)

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
This commit is contained in:
Javier J. Salmerón-García 2023-08-11 15:39:51 +02:00 committed by GitHub
parent 9cb779fe82
commit 03b45f19cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 10 deletions

View File

@ -18,10 +18,7 @@
"tag": "{VIB_ENV_TAG}"
}
},
"architectures": [
"linux/amd64",
"linux/arm64"
]
"architectures": ["linux/amd64"]
}
},
{
@ -53,18 +50,14 @@
"action_id": "trivy",
"params": {
"threshold": "CRITICAL",
"vuln_type": [
"OS"
]
"vuln_type": ["OS"]
}
},
{
"action_id": "grype",
"params": {
"threshold": "CRITICAL",
"package_type": [
"OS"
]
"package_type": ["OS"]
}
}
]