From 03b45f19cba7c858876b584d9e5c87ffccbe1344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20J=2E=20Salmer=C3=B3n-Garc=C3=ADa?= Date: Fri, 11 Aug 2023 15:39:51 +0200 Subject: [PATCH] [bitnami/deepspeed] ci: :construction_worker: Remove arm64 verification (#44292) Signed-off-by: Javier Salmeron Garcia --- .vib/deepspeed/vib-verify.json | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.vib/deepspeed/vib-verify.json b/.vib/deepspeed/vib-verify.json index 854033fd995fa..e6f1a51b93b05 100644 --- a/.vib/deepspeed/vib-verify.json +++ b/.vib/deepspeed/vib-verify.json @@ -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"] } } ]