Skip to content

Use Node.js 22 (MisskeyIO#7) #6

Use Node.js 22 (MisskeyIO#7)

Use Node.js 22 (MisskeyIO#7) #6

Triggered via push December 21, 2024 09:48
Status Failure
Total duration 27s
Artifacts

build.yml

on: push
Push Docker image to GitHub Container Registry
17s
Push Docker image to GitHub Container Registry
Fit to window
Zoom out
Zoom in

Annotations

1 error
Push Docker image to GitHub Container Registry
buildx failed with: ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends libjemalloc-dev libjemalloc2 && ln -s /usr/lib/$(uname -m)-linux-gnu/libjemalloc.so.2 /usr/local/lib/libjemalloc.so && corepack enable && groupadd -g \"${GID}\" proxy && useradd -l -u \"${UID}\" -g \"${GID}\" -m -d /app proxy && find / -type d -path /sys -prune -o -type d -path /proc -prune -o -type f -perm /u+s -ignore_readdir_race -exec chmod u-s {} \\; && find / -type d -path /sys -prune -o -type d -path /proc -prune -o -type f -perm /g+s -ignore_readdir_race -exec chmod g-s {} \\; && apt-get clean && rm -rf /var/lib/apt/lists" did not complete successfully: exit code: 9