buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c if [ \"$SUITE\" != \"buster\" ] && [ \"$SUITE\" != \"focal\" ] && [ \"$QT_VERSION\" = \"6\" ]; then if [ \"$SUITE\" = \"bullseye\" ]; then echo \"deb https://archive.debian.org/debian bullseye-backports main contrib non-free\" | tee -a /etc/apt/sources.list; apt-get update; fi; if [ \"$SUITE\" = \"jammy\" ]; then SERIALPORT=\"libqt6serialport6-dev\"; else SERIALPORT=\"qt6-serialport-dev\"; fi; if [ \"$SUITE\" = \"jammy\" ]; then WEBSOCKETS=\"libqt6websockets6-dev\"; else WEBSOCKETS=\"qt6-websockets-dev\"; fi; apt-get -y install qt6-base-dev $SERIALPORT $WEBSOCKETS libqt6sql6-sqlite libxkbcommon-dev libvulkan-dev libgl1-mesa-dev; else apt-get -y install qtbase5-dev libqt5serialport5-dev libqt5websockets5-dev libqt5sql5-sqlite libqt5svg5-dev; fi" did not complete successfully: exit code: 100