feat(migpt): 新增 Docker 一键运行镜像

This commit is contained in:
Del Wang
2025-05-11 11:34:42 +08:00
parent a73ef08074
commit cde047af19
10 changed files with 218 additions and 70 deletions
-3
View File
@@ -45,9 +45,6 @@ curl -L -o /data/init.sh https://gitee.com/idootop/artifacts/releases/download/o
为了构建能够在小爱音箱上运行的 ARMv7 应用,你还需要安装 `cross` 👉 [传送门](https://github.com/cross-rs/cross)
```shell
# 安装依赖
cargo fetch
# 交叉编译
cross build --release --target armv7-unknown-linux-gnueabihf
```