Skip to content

Upgrade GitHub Actions workflows #1

Upgrade GitHub Actions workflows

Upgrade GitHub Actions workflows #1

Triggered via push September 13, 2023 19:07
Status Failure
Total duration 3m 24s
Artifacts

release.yml

on: push
ghcrio  /  Build and release Docker image on ghcr.io
3m 12s
ghcrio / Build and release Docker image on ghcr.io
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
ghcrio / Build and release Docker image on ghcr.io
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ \"${TARGETPLATFORM}\" = \"linux/amd64\" ]; then RUSTTARGET=x86_64-unknown-linux-gnu; fi && if [ \"${TARGETPLATFORM}\" = \"linux/arm64\" ]; then RUSTTARGET=aarch64-unknown-linux-gnu; fi && if [ \"${TARGETPLATFORM}\" = \"linux/arm/v7\" ]; then RUSTTARGET=armv7-unknown-linux-gnueabihf; fi && cargo build --all-features --bins --release --target=${RUSTTARGET}" did not complete successfully: exit code: 101
ghcrio / Build and release Docker image on ghcr.io
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/