Skip to content

Build Docker Images

Build Docker Images #3

Manually triggered October 2, 2024 03:38
Status Failure
Total duration 1m 56s
Artifacts

docker-build.yaml

on: workflow_dispatch
Build Docker Images
1m 49s
Build Docker Images
Fit to window
Zoom out
Zoom in

Annotations

1 error
Build Docker Images
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; WASMVM_REPO=\"github.com/CosmWasm/wasmvm\"; WASMVM_MOD_VERSION=\"$(grep ${WASMVM_REPO} go.mod | cut -d ' ' -f 1)\"; WASMVM_VERSION=\"$(go list -m ${WASMVM_MOD_VERSION} | cut -d ' ' -f 2)\"; for LIBWASM in \"libwasmvm_muslc.x86_64.a\" \"libwasmvm_muslc.aarch64.a\" \"libwasmvmstatic_darwin.a\"; wget \"https://${WASMVM_REPO}/releases/download/${WASMVM_VERSION}/${LIBWASM}\" -O \"/lib/${LIBWASM}\"; EXPECTED=$(wget -q \"https://${WASMVM_REPO}/releases/download/${WASMVM_VERSION}/checksums.txt\" -O- | grep \"${LIBWASM}\" | awk '{print $1}'); sha256sum \"/lib/${LIBWASM}\" | grep \"${EXPECTED}\"; done;" did not complete successfully: exit code: 2