mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
DOCKER_TEST_IMAGE is always multibuild/focal_{PLAT}
This commit is contained in:
parent
c387e2ec33
commit
0afce316c0
|
@ -5,6 +5,7 @@ env:
|
|||
- PLAT=aarch64
|
||||
- UNICODE_WIDTH=32
|
||||
- BUILD_DEPENDS=""
|
||||
- DOCKER_TEST_IMAGE=multibuild/focal_{PLAT}
|
||||
- TEST_DEPENDS="pytest pytest-timeout"
|
||||
|
||||
language: python
|
||||
|
@ -19,25 +20,21 @@ jobs:
|
|||
arch: arm64
|
||||
env:
|
||||
- MB_PYTHON_VERSION=3.7
|
||||
- DOCKER_TEST_IMAGE=multibuild/focal_{PLAT}
|
||||
- name: "3.8 Focal aarch64"
|
||||
os: linux
|
||||
arch: arm64
|
||||
env:
|
||||
- MB_PYTHON_VERSION=3.8
|
||||
- DOCKER_TEST_IMAGE=multibuild/focal_{PLAT}
|
||||
- name: "3.9 Focal aarch64"
|
||||
os: linux
|
||||
arch: arm64
|
||||
env:
|
||||
- MB_PYTHON_VERSION=3.9
|
||||
- DOCKER_TEST_IMAGE=multibuild/focal_{PLAT}
|
||||
- name: "3.10 Focal aarch64"
|
||||
os: linux
|
||||
arch: arm64
|
||||
env:
|
||||
- MB_PYTHON_VERSION=3.10
|
||||
- DOCKER_TEST_IMAGE=multibuild/focal_{PLAT}
|
||||
|
||||
before_install:
|
||||
- source multibuild/common_utils.sh
|
||||
|
|
Loading…
Reference in New Issue
Block a user