Skip to content

Commit b349d84

Browse files
authored
Fix workspaces path in build_wamr.sh (#3414)
This should match the path inside of .devcontainer/Dockerfile.
1 parent fe5e7a9 commit b349d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build_wamr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ docker build \
1414
--cap-add=SYS_PTRACE \
1515
--cpus=".5" \
1616
--memory=4G \
17-
--mount type=bind,src="${ROOT}",dst=/workspace \
17+
--mount type=bind,src="${ROOT}",dst=/workspaces \
1818
--name wamr_build_env \
1919
--security-opt=seccomp=unconfined \
2020
wamr_dev_${VARIANT}:0.1 \

0 commit comments

Comments
 (0)