mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-10 09:02:42 +00:00
Fix #572
This commit is contained in:
parent
b30e3874bf
commit
b99d0e48b1
2 changed files with 5 additions and 2 deletions
|
@ -174,6 +174,9 @@ generateSpecialRequirementsTable() {
|
|||
zts)
|
||||
generateSpecialRequirementsTable_chunk='Requires images with PHP compiled with thread-safety enabled (`zts`).'
|
||||
;;
|
||||
!arm)
|
||||
generateSpecialRequirementsTable_chunk='Not available in ARM architectures.'
|
||||
;;
|
||||
!*)
|
||||
generateSpecialRequirementsTable_chunk="$(printf 'Not available in `%s` docker images' "${generateSpecialRequirementsTable_chunk#!}")"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue