Skip to content

ubuntu buiding

ubuntu buiding #61

Triggered via schedule February 5, 2025 03:14
Status Failure
Total duration 15m 30s
Artifacts

debian.yml

on: schedule
Matrix: docker
Fit to window
Zoom out
Zoom in

Annotations

1 error
docker (22.12.0, 22, true)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ \"$TARGETARCH\" = \"arm64\" ] ; then export ARCH=arm64 ; elif [ \"$TARGETARCH\" = \"arm\" ] ; then export ARCH=armv7l ; else export ARCH=x64 ; fi ; if [ \"$TARGETARCH\" = \"arm64\" ] || [ \"$TARGETARCH\" = \"arm\" ] ; then apt-get update && apt-get install libatomic1 --no-install-recommends -y && rm -rf /var/lib/apt/lists/* ; fi && curl -fsSLO --compressed \"${NPM_MIRROR}/mirrors/node/v$NODE_VERSION/node-v$NODE_VERSION-linux-$ARCH.tar.gz\" && curl -fsSLO --compressed \"${NPM_MIRROR}/mirrors/node/v$NODE_VERSION/SHASUMS256.txt\" && grep \" node-v$NODE_VERSION-linux-$ARCH.tar.gz\\$\" SHASUMS256.txt | sha256sum -c - && tar -zxvf \"node-v$NODE_VERSION-linux-$ARCH.tar.gz\" -C /usr/local --strip-components=1 && rm \"node-v$NODE_VERSION-linux-$ARCH.tar.gz\" SHASUMS256.txt && ln -s /usr/local/bin/node /usr/local/bin/nodejs && npm config set registry ${NPM_REGISTRY} && npm install -g yarn pnpm && npm cache clean --force && yarn config set registry ${NPM_REGISTRY}" did not complete successfully: exit code: 139