Draft for making OTA images

This commit is contained in:
2026-03-31 04:26:03 +08:00
parent 3bbd0a00a8
commit f67c338e60
5 changed files with 161 additions and 35 deletions

View File

@@ -28,6 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
pahole \
parted \
perl \
pv \
python3 \
qemu-user-static \
podman \
@@ -36,6 +37,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
tar \
udev \
xz-utils \
zstd \
dwarves \
gcc-aarch64-linux-gnu \
binutils-aarch64-linux-gnu \