You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I seem to have succeeded in building arm image. To build it, I only needed to change one line in Dockerfile: docker-php-ext-configure ldap --with-libdir=lib/$(dpkg-architecture -qDEB_HOST_GNU_TYPE)/ \
original line had x86_64 path pinned there.
The text was updated successfully, but these errors were encountered:
Hi. Having also an arm container would be great.
I seem to have succeeded in building arm image. To build it, I only needed to change one line in Dockerfile:
docker-php-ext-configure ldap --with-libdir=lib/$(dpkg-architecture -qDEB_HOST_GNU_TYPE)/ \
original line had x86_64 path pinned there.
The text was updated successfully, but these errors were encountered: