update can infra to support run-remote

This commit is contained in:
sigil-03 2025-09-04 17:04:33 -06:00
parent f252096589
commit d0c505f086
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
#!/bin/bash
docker build --tag inspect/can .
docker build --platform linux/arm64 --tag inspect/can .

View file

@ -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