Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit d39ccfc

Browse files
authored
Merge pull request #288 from radarhere/default
multibuild now considers PLAT when selecting focal test images
2 parents e2c73f7 + 6674ee6 commit d39ccfc

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ if [[ "$MB_PYTHON_VERSION" == pypy3* ]]; then
1616
MB_PYTHON_OSX_VER="10.9"
1717
if [[ "$PLAT" == "i686" ]]; then
1818
DOCKER_TEST_IMAGE="multibuild/xenial_$PLAT"
19-
else
20-
DOCKER_TEST_IMAGE="multibuild/focal_$PLAT"
2119
fi
2220
fi
2321

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ env:
33
- REPO_DIR=Pillow
44
- BUILD_COMMIT=HEAD
55
- PLAT=aarch64
6-
- DOCKER_TEST_IMAGE=multibuild/focal_{PLAT}
76
- TEST_DEPENDS="pytest pytest-timeout"
87

98
language: python

multibuild

0 commit comments

Comments
 (0)