buildx failed with: ERROR: failed to solve: process "/bin/sh -c ARCH=$(dpkg --print-architecture) && if [ \"$ARCH\" = \"amd64\" ]; then wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && echo \"deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main\" > /etc/apt/sources.list.d/google.list && apt-get update && apt-get install -y google-chrome-stable --no-install-recommends; elif [ \"$ARCH\" = \"arm64\" ]; then wget -q -O chromium-linux-arm64.zip 'https://playwright.azureedge.net/builds/chromium/1088/chromium-linux-arm64.zip' && unzip chromium-linux-arm64.zip && mv chrome-linux /usr/bin/chromium-browser && ln -s /usr/bin/chromium-browser /usr/bin/google-chrome && rm chromium-linux-arm64.zip; else echo \"Unsupported architecture: $ARCH\" && exit 1; fi && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 127