File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ RUN apk add git
1717WORKDIR /code
1818COPY . /code/
1919# See https://github.com/CosmWasm/wasmvm/releases
20- ADD https://github.com/CosmWasm/wasmvm/releases/download/v2.1.0-rc.2 /libwasmvm_muslc.aarch64.a /lib/libwasmvm_muslc.aarch64.a
21- ADD https://github.com/CosmWasm/wasmvm/releases/download/v2.1.0-rc.2 /libwasmvm_muslc.x86_64.a /lib/libwasmvm_muslc.x86_64.a
22- RUN sha256sum /lib/libwasmvm_muslc.aarch64.a | grep c22273727e2a1b7af1968162e30087c948dbaf4f53a2dbdece1de089cba3872d
23- RUN sha256sum /lib/libwasmvm_muslc.x86_64.a | grep 3ef25e229658ca3e44c0dd55426006f590d88cebb6e566c52f35cf9b4a203345
20+ ADD https://github.com/CosmWasm/wasmvm/releases/download/v2.1.0/libwasmvm_muslc.aarch64.a /lib/libwasmvm_muslc.aarch64.a
21+ ADD https://github.com/CosmWasm/wasmvm/releases/download/v2.1.0/libwasmvm_muslc.x86_64.a /lib/libwasmvm_muslc.x86_64.a
22+ RUN sha256sum /lib/libwasmvm_muslc.aarch64.a | grep 06945cae8fced839a2be0980887a1c5d04d15fd29837ac644a648d555c49ab4d
23+ RUN sha256sum /lib/libwasmvm_muslc.x86_64.a | grep df4bd912c35be48781a40edea88fd5f409c643fb27e0dc043184ef51dc50a1cc
2424
2525# force it to use static lib (from above) not standard libgo_cosmwasm.so file
2626RUN LEDGER_ENABLED=false BUILD_TAGS=muslc LINK_STATICALLY=true make build
You can’t perform that action at this time.
0 commit comments