Add back 8-zts-alpine, take 2

This commit is contained in:
Tianon Gravi
2020-10-26 16:08:11 -07:00
parent c5e3d35549
commit 83dea60a79
26 changed files with 2346 additions and 5 deletions

View File

@ -94,9 +94,6 @@ for version in "${versions[@]}"; do
if [[ "$suite" = alpine* ]]; then
if [ "$variant" = 'apache' ]; then
continue
elif [ "$variant" = 'zts' ] && [[ "$rcVersion" != 7.* ]]; then
# https://github.com/docker-library/php/issues/1074
continue
fi
fi
export suite variant