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 55 - PLAT=aarch64
66 - UNICODE_WIDTH=32
77 - BUILD_DEPENDS=""
8+ - DOCKER_TEST_IMAGE=multibuild/focal_{PLAT}
89 - TEST_DEPENDS="pytest pytest-timeout"
910
1011language : python
@@ -19,25 +20,21 @@ jobs:
1920 arch : arm64
2021 env :
2122 - MB_PYTHON_VERSION=3.7
22- - DOCKER_TEST_IMAGE=multibuild/focal_{PLAT}
2323 - name : " 3.8 Focal aarch64"
2424 os : linux
2525 arch : arm64
2626 env :
2727 - MB_PYTHON_VERSION=3.8
28- - DOCKER_TEST_IMAGE=multibuild/focal_{PLAT}
2928 - name : " 3.9 Focal aarch64"
3029 os : linux
3130 arch : arm64
3231 env :
3332 - MB_PYTHON_VERSION=3.9
34- - DOCKER_TEST_IMAGE=multibuild/focal_{PLAT}
3533 - name : " 3.10 Focal aarch64"
3634 os : linux
3735 arch : arm64
3836 env :
3937 - MB_PYTHON_VERSION=3.10
40- - DOCKER_TEST_IMAGE=multibuild/focal_{PLAT}
4138
4239before_install :
4340 - source multibuild/common_utils.sh
You can’t perform that action at this time.
0 commit comments