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
2
2
dist : xenial
3
3
language : python
4
4
cache : pip
5
-
5
+ arch :
6
+ - amd64
7
+ - arm64
6
8
python :
7
9
# Available Python (PyPy) can be listed by:
8
10
#
@@ -38,6 +40,21 @@ matrix:
38
40
script :
39
41
- docker run --rm -v `pwd`:/io -w /io $DOCKER_IMAGE /io/docker/runtests.sh
40
42
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
+
41
58
- name : " Python 2 (fallback)"
42
59
python : " 2.7"
43
60
<< : *pure
You can’t perform that action at this time.
0 commit comments