"make release" draft

This commit is contained in:
2026-03-22 23:47:55 +08:00
parent a9a3af5e99
commit e324969a94
10 changed files with 104 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 debian:bookworm-slim AS kernel-build
FROM --platform=$BUILDPLATFORM debian:bookworm-slim AS kernel-build
ENV DEBIAN_FRONTEND=noninteractive
@@ -11,8 +11,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
cpio \
curl \
dosfstools \
file \
fdisk \
gdisk \
flex \
git \
gettext-base \
@@ -21,11 +23,13 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libssl-dev \
make \
pahole \
parted \
perl \
python3 \
qemu-user-static \
rsync \
tar \
udev \
xz-utils \
dwarves \
gcc-aarch64-linux-gnu \