mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 16:29:18 +00:00
Allow failure for centos7-aarch64 scans
For the release-1.13 branch, we don't build aarch64 images for centos7. This means that, depending on the docker version, a docker pull fails if the platform is specified. As a simple workaround, we allow failure for this scan step. Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
f2a42dc924
commit
c3c23d647f
@ -146,6 +146,7 @@ scan-centos7-arm64:
|
|||||||
needs:
|
needs:
|
||||||
- image-centos7
|
- image-centos7
|
||||||
- scan-centos7-amd64
|
- scan-centos7-amd64
|
||||||
|
allow_failure: true
|
||||||
|
|
||||||
scan-ubuntu20.04-amd64:
|
scan-ubuntu20.04-amd64:
|
||||||
extends:
|
extends:
|
||||||
|
Loading…
Reference in New Issue
Block a user