Skip to content

feat: add udev rule to enable usevia.app in supported browsers for Keychron keyboard configuration #521

feat: add udev rule to enable usevia.app in supported browsers for Keychron keyboard configuration

feat: add udev rule to enable usevia.app in supported browsers for Keychron keyboard configuration #521

Re-run triggered November 17, 2023 20:31
Status Failure
Total duration 1m 4s
Artifacts

build.yml

on: pull_request
Build and push image
55s
Build and push image
Fit to window
Zoom out
Zoom in

Annotations

1 error
Build and push image
Error: buildah exited with code 2 Trying to pull registry.fedoraproject.org/fedora:latest... Getting image source signatures Copying blob sha256:6eb6364132025ad55f6fcb77569eeda080231bd8b0afd82e508f3cb29c3adbec Copying blob sha256:6eb6364132025ad55f6fcb77569eeda080231bd8b0afd82e508f3cb29c3adbec Copying config sha256:ec546109f8227b6cca3212bad13f50f3f3555455f51f0162776a43f160f60343 Writing manifest to image destination Storing signatures jq: error (at <stdin>:1): Cannot iterate over null (null) gzip: stdin: unexpected end of file tar: Child returned status 1 tar: Error is not recoverable: exiting now error building at STEP "RUN mkdir -p /tmp/OpenTabletDriver/ && mkdir -p /usr/etc/udev/rules.d/ && curl -s https://api.github.com/repos/OpenTabletDriver/OpenTabletDriver/releases/latest | jq -r '.assets | sort_by(.created_at) | .[] | select (.name|test("opentabletdriver.*tar.gz$")) | .browser_download_url' | wget -qi - -O /tmp/OpenTabletDriver/opentabletdriver.tar.gz && tar --strip-components=1 -xvzf /tmp/OpenTabletDriver/opentabletdriver.tar.gz -C /tmp/OpenTabletDriver && mv /tmp/OpenTabletDriver/etc/udev/rules.d/70-opentabletdriver.rules /tmp/ublue-os/udev-rules/etc/udev/rules.d/71-opentabletdriver-ublue.rules && rm -rf /tmp/OpenTabletDriver": error while running runtime: exit status 2 time="2023-11-17T20:32:58Z" level=error msg="exit status 2"