mirror of
https://github.com/espressif/openthread.git
synced 2025-08-06 14:52:18 +08:00
[test] update OTBR Dockerfile path (#11390)
This commit is contained in:
@ -414,7 +414,7 @@ do_build_otbr_docker()
|
||||
third_party/openthread/repo
|
||||
rm -rf .git
|
||||
|
||||
docker build -t "${otbr_docker_image}" -f etc/docker/Dockerfile . \
|
||||
docker build -t "${otbr_docker_image}" -f etc/docker/test/Dockerfile . \
|
||||
"${docker_build_args[@]}" \
|
||||
--build-arg OTBR_OPTIONS="${otbr_options[*]}"
|
||||
)
|
||||
|
Reference in New Issue
Block a user