"make release" draft
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user