We need Debian 12 for this code
apt update
apt install quilt docker.io -y
cd docker
docker build -t pvebuilder -f dockerfile.arm64 .bash build.sh pve-commonThe built package will be under /tmp/pve-common
BUILDERNAME=dockerpull.com/pvebuilder:20241101 bash build.sh pve-commonThis package will pull in the kernel and ZFS packages, which can cause failures if the network is slow, so an additional submodule.list check has been added.
If the file exists, it will use the submodules listed in the file, with the file format referencing the packages/proxmox-backup-restore-image/autobuild.sh file.