File tree Expand file tree Collapse file tree 3 files changed +0
-11
lines changed Expand file tree Collapse file tree 3 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -33,21 +33,15 @@ jobs:
3333 target :
3434 - ubuntu18.04-arm64
3535 - ubuntu18.04-amd64
36- - ubuntu18.04-ppc64le
3736 - centos7-aarch64
3837 - centos7-x86_64
39- - centos8-ppc64le
4038 ispr :
4139 - ${{ github.ref_name != 'main' && !startsWith( github.ref_name, 'release-' ) }}
4240 exclude :
4341 - ispr : true
4442 target : ubuntu18.04-arm64
45- - ispr : true
46- target : ubuntu18.04-ppc64le
4743 - ispr : true
4844 target : centos7-aarch64
49- - ispr : true
50- target : centos8-ppc64le
5145 fail-fast : false
5246
5347 steps :
Original file line number Diff line number Diff line change @@ -118,7 +118,5 @@ test-packaging:
118118 @echo " Testing package image contents"
119119 @$(DOCKER ) run --rm $(IMAGE ) test -d " /artifacts/packages/centos7/aarch64" || echo " Missing centos7/aarch64"
120120 @$(DOCKER ) run --rm $(IMAGE ) test -d " /artifacts/packages/centos7/x86_64" || echo " Missing centos7/x86_64"
121- @$(DOCKER ) run --rm $(IMAGE ) test -d " /artifacts/packages/centos8/ppc64le" || echo " Missing centos8/ppc64le"
122121 @$(DOCKER ) run --rm $(IMAGE ) test -d " /artifacts/packages/ubuntu18.04/amd64" || echo " Missing ubuntu18.04/amd64"
123122 @$(DOCKER ) run --rm $(IMAGE ) test -d " /artifacts/packages/ubuntu18.04/arm64" || echo " Missing ubuntu18.04/arm64"
124- @$(DOCKER ) run --rm $(IMAGE ) test -d " /artifacts/packages/ubuntu18.04/ppc64le" || echo " Missing ubuntu18.04/ppc64le"
Original file line number Diff line number Diff line change @@ -221,6 +221,3 @@ create_and_upload "main" "sbsa" "ubuntu18.04-arm64" "centos7-aarch64"
221221# Create archive for aarch64 linux distributions
222222# NOTE: From the perspective of the NVIDIA Container Toolkit aarch64 is just a duplicate of sbsa
223223create_and_upload " main" " aarch64" " ubuntu18.04-arm64" " centos7-aarch64"
224-
225- # Create archive for ppc64le linux distributions
226- create_and_upload " main" " ppc64le" " ubuntu18.04-ppc64le" " centos8-ppc64le"
You can’t perform that action at this time.
0 commit comments