update can infra to support run-remote
This commit is contained in:
parent
f252096589
commit
d0c505f086
2 changed files with 2 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
docker build --tag inspect/can .
|
||||
docker build --platform linux/arm64 --tag inspect/can .
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
docker run --rm -it --network=host --privileged -v ./:/usr/src/env/ext-dir inspect/can
|
||||
docker run --rm -it --network=host --privileged -v ${PWD}:/usr/src/env/ext-dir inspect/can
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue