mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-28 02:46:18 +03:00
update multibuild, add more wheels
This commit is contained in:
parent
3f94666e0e
commit
c7991158b6
22
.travis.yml
22
.travis.yml
|
@ -189,6 +189,28 @@ jobs:
|
||||||
- MB_ML_VER=2010
|
- MB_ML_VER=2010
|
||||||
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
||||||
- LATEST="true"
|
- LATEST="true"
|
||||||
|
- os: linux
|
||||||
|
arch: arm64
|
||||||
|
env:
|
||||||
|
- PLAT=aarch64
|
||||||
|
- MB_ML_VER=2014
|
||||||
|
- MB_PYTHON_VERSION=3.6
|
||||||
|
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
||||||
|
- os: linux
|
||||||
|
arch: arm64
|
||||||
|
env:
|
||||||
|
- PLAT=aarch64
|
||||||
|
- MB_ML_VER=2014
|
||||||
|
- MB_PYTHON_VERSION=3.8
|
||||||
|
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
||||||
|
- os: linux
|
||||||
|
arch: arm64
|
||||||
|
env:
|
||||||
|
- PLAT=aarch64
|
||||||
|
- MB_ML_VER=2014
|
||||||
|
- MB_PYTHON_VERSION=3.7
|
||||||
|
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
||||||
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- source multibuild/common_utils.sh
|
- source multibuild/common_utils.sh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user