Skip to content

Commit 11987ea

Browse files
committed
Add workflow for manywheel cpu-cxx11-abi
1 parent 3bb6560 commit 11987ea

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/build-manywheel-images.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,18 @@ jobs:
7575
- name: Build Docker Image
7676
run: |
7777
manywheel/build_docker.sh
78+
build-docker-cpu-cxx11-abi:
79+
runs-on: ubuntu-18.04
80+
env:
81+
GPU_ARCH_TYPE: cpu-cxx11-abi
82+
steps:
83+
- name: Checkout PyTorch
84+
uses: actions/checkout@v2
85+
- name: Authenticate if WITH_PUSH
86+
run: |
87+
if [[ "${WITH_PUSH}" == true ]]; then
88+
echo "${DOCKER_TOKEN}" | docker login -u "${DOCKER_ID}" --password-stdin
89+
fi
90+
- name: Build Docker Image
91+
run: |
92+
manywheel/build_docker.sh

0 commit comments

Comments
 (0)