Skip to content

Commit 3131ec9

Browse files
build script comment manylinux check
1 parent 5dc6585 commit 3131ec9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ppc64le.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
jobs:
1616
linux-ppc64le-docker-image-build:
1717
name: Build docker image for ppc64le
18-
runs-on: pytorch-runner
18+
runs-on: ppc64le-runner-01
1919

2020
steps:
2121
- name: Checkout repository
@@ -39,5 +39,5 @@ jobs:
3939
with:
4040
build-environment: linux-ppc64le-binary-manywheel
4141
docker-image-name: pytorch-ppc64le:ubi9.3
42-
runner: pytorch-runner # Example runner
42+
runner: ppc64le-runner-01 # Example runner
4343

0 commit comments

Comments
 (0)