This repository was archived by the owner on Oct 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 global :
33 - REPO_DIR=Pillow
44 - BUILD_COMMIT=HEAD
5- - PLAT=x86_64
5+ - PLAT=aarch64
66 - UNICODE_WIDTH=32
77 - BUILD_DEPENDS=""
88 - TEST_DEPENDS="pytest pytest-timeout"
@@ -18,28 +18,24 @@ jobs:
1818 - name : " 3.7 Focal aarch64"
1919 arch : arm64
2020 env :
21- - PLAT=aarch64
2221 - MB_PYTHON_VERSION=3.7
2322 - DOCKER_TEST_IMAGE=multibuild/focal_{PLAT}
2423 - name : " 3.8 Focal aarch64"
2524 os : linux
2625 arch : arm64
2726 env :
28- - PLAT=aarch64
2927 - MB_PYTHON_VERSION=3.8
3028 - DOCKER_TEST_IMAGE=multibuild/focal_{PLAT}
3129 - name : " 3.9 Focal aarch64"
3230 os : linux
3331 arch : arm64
3432 env :
35- - PLAT=aarch64
3633 - MB_PYTHON_VERSION=3.9
3734 - DOCKER_TEST_IMAGE=multibuild/focal_{PLAT}
3835 - name : " 3.10 Focal aarch64"
3936 os : linux
4037 arch : arm64
4138 env :
42- - PLAT=aarch64
4339 - MB_PYTHON_VERSION=3.10
4440 - DOCKER_TEST_IMAGE=multibuild/focal_{PLAT}
4541
You can’t perform that action at this time.
0 commit comments