Skip to content

Commit

Permalink
[bitnami/deepspeed] ci: 👷 Remove arm64 verification
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
  • Loading branch information
javsalgar committed Aug 11, 2023
1 parent cb6ded2 commit 8549f29
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .vib/deepspeed/vib-verify.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@
"tag": "{VIB_ENV_TAG}"
}
},
"architectures": [
"linux/amd64",
"linux/arm64"
]
"architectures": ["linux/amd64"]
}
},
{
Expand Down Expand Up @@ -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"]
}
}
]
Expand Down

0 comments on commit 8549f29

Please sign in to comment.