Skip to content

v20.1.1-devpr6177.35757f66.2 #217

v20.1.1-devpr6177.35757f66.2

v20.1.1-devpr6177.35757f66.2 #217

Re-run triggered August 6, 2024 10:28
Status Failure
Total duration 39s
Artifacts
Release to Docker Hub
30s
Release to Docker Hub
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Release to Docker Hub
buildx failed with: ERROR: failed to solve: process "/bin/sh -c mach=$(uname -m) && case $mach in aarch64) arch=\"aarch64-linux-gnu\"; ;; x86_64) arch=\"x86_64-linux-gnu\"; ;; *) echo \"ERROR: Machine type $mach not supported.\"; ;; esac && wget https://github.com/${GITHUB_REPOSITORY}/releases/download/v${TAG}/dashcore-${TAG}-$arch.tar.gz -P /tmp && tar -xvf /tmp/dashcore-*.tar.gz -C /tmp/ && find /tmp/dashcore*/bin -type f ! -name 'dash-qt' -exec cp {} /usr/local/bin \\; && rm -rf /tmp/dashcore* && chmod a+x /usr/local/bin/*" did not complete successfully: exit code: 8
Release to Docker Hub
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, actions/github-script@v6, docker/metadata-action@v4, docker/build-push-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/