mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +03:00
Test 64-bit manylinux on default focal
This commit is contained in:
parent
e3f88713bc
commit
66eef8a3db
2
.github/workflows/build.sh
vendored
2
.github/workflows/build.sh
vendored
|
@ -19,8 +19,6 @@ if [[ "$MB_PYTHON_VERSION" == pypy3* ]]; then
|
|||
else
|
||||
DOCKER_TEST_IMAGE="multibuild/focal_$PLAT"
|
||||
fi
|
||||
elif [[ "$MB_ML_LIBC" == "manylinux" ]] && [[ "$PLAT" == "x86_64" ]]; then
|
||||
DOCKER_TEST_IMAGE="matthewbrett/trusty:64"
|
||||
fi
|
||||
|
||||
echo "::group::Install a virtualenv"
|
||||
|
|
Loading…
Reference in New Issue
Block a user