Skip to content

Commit 58e5721

Browse files
test last PR on gha for nightly build-1
1 parent c98ba73 commit 58e5721

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/_binary-build-linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,9 @@ jobs:
209209
with:
210210
docker-image: ${{ inputs.DOCKER_IMAGE }}
211211

212+
- name: Build Docker image for ppc64le
213+
run: |
214+
docker build -f ./pytorch/.ci/docker/manywheel/Dockerfile_ppc64le -t pytorch/manylinuxppc64le-builder:cpu-ppc64le-main .
212215
- name: Build PyTorch binary
213216
if: ${{ steps.filter.outputs.is-test-matrix-empty == 'False' }}
214217
run: |

0 commit comments

Comments
 (0)