buildx failed with: ERROR: failed to solve: process "/bin/sh -c libssl_version=$(dpkg-query --showformat='${Version}' --show libssl-dev); STATIC_OPENSSL=$(dpkg --compare-versions \"$erlang_version\" lt 20 || (dpkg --compare-versions \"$erlang_version\" lt 24.2 && dpkg --compare-versions \"$libssl_version\" ge 3) && echo y); ./configure erl_xcomp_sysroot=/ --prefix=/usr --enable-kernel-poll --enable-shared-zlib --disable-builtin-zlib --disable-sctp --disable-hipe --without-java --without-odbc --without-megaco --without-diameter --without-debugger --without-dialyzer --without-edoc --without-common_test --without-eunit --with-ssl-rpath=no --with-ssl $([ \"$TARGETARCH\" = arm64 ] && echo \"--host=aarch64-linux-gnu --build=$BUILDARCH-linux-gnu\") $([ \"$STATIC_OPENSSL\" = y ] && echo \"--with-ssl=/usr/local --disable-dynamic-ssl-lib\" || echo --enable-dynamic-ssl-lib) && make -j$(nproc) && make install DESTDIR=/tmp/install && find /tmp/install -type d -name examples | xargs rm -r && find /tmp/install -type f -executable -exec $([ \"$TARGETARCH\" = arm64 ] && echo aarch64-linux-gnu-)strip {} \\;;" did not complete successfully: exit code: 2