mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 17:54:32 +03:00
Added Python 3.5 aarch64 jobs
This commit is contained in:
parent
b41d1f3925
commit
9dc3415523
16
.travis.yml
16
.travis.yml
|
@ -98,6 +98,13 @@ jobs:
|
|||
- MB_ML_VER=2010
|
||||
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
||||
|
||||
- name: "3.5 Xenial aarch64"
|
||||
arch: arm64
|
||||
env:
|
||||
- PLAT=aarch64
|
||||
- MB_ML_VER=2014
|
||||
- MB_PYTHON_VERSION=3.5
|
||||
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
||||
- name: "3.6 Xenial aarch64"
|
||||
arch: arm64
|
||||
env:
|
||||
|
@ -213,6 +220,15 @@ jobs:
|
|||
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
||||
- LATEST="true"
|
||||
|
||||
- name: "3.5 Xenial aarch64 latest"
|
||||
os: linux
|
||||
arch: arm64
|
||||
env:
|
||||
- PLAT=aarch64
|
||||
- MB_ML_VER=2014
|
||||
- MB_PYTHON_VERSION=3.5
|
||||
- DOCKER_TEST_IMAGE=multibuild/xenial_{PLAT}
|
||||
- LATEST="true"
|
||||
- name: "3.6 Xenial aarch64 latest"
|
||||
os: linux
|
||||
arch: arm64
|
||||
|
|
Loading…
Reference in New Issue
Block a user