Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 10e4d0b

Browse files
committed
add wheels for ppc64le, s390x
1 parent 9d467aa commit 10e4d0b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,23 @@ jobs:
4545
- MB_PYTHON_VERSION=3.9
4646
- DEBUG_PRINT=1
4747
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
48+
- os: linux
49+
arch: s390x
50+
env:
51+
- PLAT=s390x
52+
- MB_ML_VER=_2_24
53+
- MB_PYTHON_VERSION=3.9
54+
- DEBUG_PRINT=1
55+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
56+
- os: linux
57+
arch: ppc64le
58+
env:
59+
- PLAT=ppc64le
60+
- MB_ML_VER=_2_24
61+
- MB_PYTHON_VERSION=3.9
62+
- DEBUG_PRINT=1
63+
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
64+
4865

4966
before_install:
5067
- if [ "$TRAVIS_EVENT_TYPE" == "cron" ]; then

0 commit comments

Comments
 (0)