Skip to content

movevm loaderv2 integration #864

movevm loaderv2 integration

movevm loaderv2 integration #864

Triggered via pull request October 31, 2024 06:41
Status Failure
Total duration 36s
Artifacts

docker.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Initiad
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; case \"${TARGETARCH}\" in \"amd64\") export GOARCH=\"amd64\"; ARCH=\"x86_64\";; \"arm64\") export GOARCH=\"arm64\"; ARCH=\"aarch64\";; *) echo \"Unsupported architecture: ${TARGETARCH}\"; exit 1;; esac; echo \"Using GOARCH=${GOARCH} and ARCH=${ARCH}\"; wget -O /lib/libmovevm_muslc.${ARCH}.a https://github.com/initia-labs/movevm/releases/download/${LIBMOVEVM_VERSION}/libmovevm_muslc.${ARCH}.a; wget -O /lib/libcompiler_muslc.${ARCH}.a https://github.com/initia-labs/movevm/releases/download/${LIBMOVEVM_VERSION}/libcompiler_muslc.${ARCH}.a; cp /lib/libmovevm_muslc.${ARCH}.a /lib/libmovevm_muslc.a; cp /lib/libcompiler_muslc.${ARCH}.a /lib/libcompiler_muslc.a" did not complete successfully: exit code: 1
Initiad
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, docker/login-action@v2, docker/metadata-action@v4, docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/