Fix nvidia-vaapi-driver #160
Annotations
5 errors
Build and push Ubuntu 24.04
buildx failed with: ERROR: failed to solve: process "/usr/bin/fakeroot -- /bin/sh -c YQ_VERSION=\"$(curl -fsSL \"https://api.github.com/repos/mikefarah/yq/releases/latest\" | jq -r '.tag_name' | sed 's/[^0-9\\.\\-]*//g')\" && cd /tmp && curl -o yq -fsSL \"https://github.com/mikefarah/yq/releases/download/v${YQ_VERSION}/yq_linux_$(dpkg --print-architecture)\" && install ./yq /usr/bin/ && rm -f yq && KASMVNC_VERSION=\"$(curl -fsSL \"https://api.github.com/repos/kasmtech/KasmVNC/releases/latest\" | jq -r '.tag_name' | sed 's/[^0-9\\.\\-]*//g')\" && cd /tmp && curl -o kasmvncserver.deb -fsSL \"https://github.com/kasmtech/KasmVNC/releases/download/v${KASMVNC_VERSION}/kasmvncserver_$(grep UBUNTU_CODENAME= /etc/os-release | cut -d= -f2 | tr -d '\\\"' | sed 's/noble/jammy/')_${KASMVNC_VERSION}_$(dpkg --print-architecture).deb\" && apt-get update && apt-get install --no-install-recommends -y ./kasmvncserver.deb && rm -f kasmvncserver.deb && RUSTDESK_VERSION=\"$(curl -fsSL \"https://api.github.com/repos/rustdesk/rustdesk/releases/latest\" | jq -r '.tag_name' | sed 's/[^0-9\\.\\-]*//g')\" && cd /tmp && curl -o rustdesk.deb -fsSL \"https://github.com/rustdesk/rustdesk/releases/download/${RUSTDESK_VERSION}/rustdesk-${RUSTDESK_VERSION}-$(uname -m).deb\" && apt-get update && apt-get install --no-install-recommends -y ./rustdesk.deb && rm -f rustdesk.deb && pip3 install --no-cache-dir --force-reinstall yq && apt-get clean && rm -rf /var/lib/apt/lists/* /var/cache/debconf/* /var/log/* /tmp/* /var/tmp/*" did not complete successfully: exit code: 1
|
Build and push Ubuntu 22.04
The job was canceled because "_24_04_true" failed.
|
Build and push Ubuntu 22.04
The operation was canceled.
|
Build and push Ubuntu 20.04
The job was canceled because "_24_04_true" failed.
|
Build and push Ubuntu 20.04
The operation was canceled.
|