Skip to content

Commit 7e623a9

Browse files
committed
Remove ppc64le artifacts from build
Signed-off-by: Evan Lezar <[email protected]>
1 parent b17b5d1 commit 7e623a9

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed

.github/workflows/image.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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:

deployments/container/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

scripts/release-kitmaker-artifactory.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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
223223
create_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"

0 commit comments

Comments
 (0)