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
@ -7,5 +7,5 @@
|
||||
docker run --rm --name=wasm-toolchain-ctr ^
|
||||
-it -v "%cd%":/mnt ^
|
||||
--env=PROJ_PATH="%cd%" ^
|
||||
wasm-toolchain:1.0 ^
|
||||
wasm-toolchain:%2 ^
|
||||
/bin/bash -c "./build_wasm.sh %1"
|
||||
|
||||
Reference in New Issue
Block a user