Skip to content

lighthouse-servicer real work, fix. #54

lighthouse-servicer real work, fix.

lighthouse-servicer real work, fix. #54

Triggered via push April 17, 2025 18:26
Status Failure
Total duration 3m 37s
Artifacts
build-and-deploy
3m 34s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

1 error
build-and-deploy
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -e; apt-get update && apt-get install -y wget gnupg2 nodejs npm curl fonts-liberation libasound2t64 libu2f-udev libatk-bridge2.0-0 libatk1.0-0 libcups2 libdbus-1-3 libgdk-pixbuf2.0-0 libnspr4 libnss3 libx11-xcb1 libxcomposite1 libxdamage1 libxrandr2 libgbm1 libgtk-3-0 libxshmfence1 libxss1 libxtst6 --no-install-recommends; ARCH=$(dpkg --print-architecture); if [ \"$ARCH\" = \"amd64\" ]; then wget -O /tmp/google-chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb; elif [ \"$ARCH\" = \"arm64\" ]; then wget -O /tmp/google-chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_current_arm64.deb; else echo \"Unsupported architecture: $ARCH\" && exit 1; fi; if [ ! -f /tmp/google-chrome.deb ]; then echo \"Chrome .deb not downloaded!\"; exit 1; fi; apt-get install -y /tmp/google-chrome.deb; rm -f /tmp/google-chrome.deb; rm -rf /var/lib/apt/lists/*; google-chrome --version" did not complete successfully: exit code: 8