File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,9 @@ version: ~> 1.0
22dist : xenial
33language : python
44cache : pip
5-
5+ arch :
6+ - amd64
7+ - arm64
68python :
79 # Available Python (PyPy) can be listed by:
810 #
@@ -38,6 +40,21 @@ matrix:
3840 script :
3941 - docker run --rm -v `pwd`:/io -w /io $DOCKER_IMAGE /io/docker/runtests.sh
4042
43+ - arch : arm64
44+ name : arm64 32bit build
45+ language : python
46+ services :
47+ - docker
48+ env :
49+ - DOCKER_IMAGE=quay.io/pypa/manylinux2014_aarch64
50+ install :
51+ - pip install -U pip
52+ - pip install -r requirements.txt
53+ - make cython
54+ - docker pull $DOCKER_IMAGE
55+ script :
56+ - docker run --rm -v `pwd`:/io -w /io $DOCKER_IMAGE /io/docker/runtests.sh
57+
4158 - name : " Python 2 (fallback)"
4259 python : " 2.7"
4360 << : *pure
You can’t perform that action at this time.
0 commit comments