vscode-extension: Run docker image with the same version as WAMR (#1815)
This commit is contained in:
committed by
Wenyong Huang
parent
97fda83c94
commit
fe210f02f2
@ -8,5 +8,5 @@ set -e
|
||||
docker run --rm --name=wasm-toolchain-ctr \
|
||||
-it -v "$(pwd)":/mnt \
|
||||
--env=PROJ_PATH="$(pwd)" \
|
||||
wasm-toolchain:1.0 \
|
||||
wasm-toolchain:$2 \
|
||||
/bin/bash -c "./build_wasm.sh $1"
|
||||
|
||||
Reference in New Issue
Block a user