Skip to content

Commit

Permalink
ci(build): use x86_64 version for wasmvm lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Lockwarr committed Jul 12, 2024
1 parent e19e8be commit 05198b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/images/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN set -eux; apk add --no-cache ca-certificates build-base;
RUN apk add git

ARG WASMVM_VERSION="v2.0.0"
ARG WASMVM_LIB="libwasmvm_muslc.$(uname -m).a"
ARG WASMVM_LIB="libwasmvm_muslc.x86_64.a"
ARG WASMVM_BASE_URL="https://github.com/CosmWasm/wasmvm/releases/download/$WASMVM_VERSION"
ARG WASMVM_URL="$WASMVM_BASE_URL/$WASMVM_LIB"
ARG WASMVM_REL_DIR=".wasmvm"
Expand Down

0 comments on commit 05198b4

Please sign in to comment.