mirror of
https://github.com/jiangcuo/Proxmox-Port.git
synced 2025-09-02 18:52:00 +00:00
Proxmox VE arm64 riscv64 loongarch64
.github/ISSUE_TEMPLATE | ||
docker | ||
packages | ||
.DS_Store | ||
.gitmodules | ||
build.sh | ||
LICENSE | ||
README.md |
Proxmox VE Port package source
How to Build
Initializing the build host
We need Debian 12 for this code
apt update
apt install quilt docker.io -y
cd docker
docker build -t pvebuilder -f dockerfile.arm64 .
Build via Docker
bash build.sh pve-common
The built package will be under /tmp/pve-common
Custom Docker Image
BUILDERNAME=dockerpull.com/pvebuilder:20241101 bash build.sh pve-common
proxmox-backup-restore-images
This 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.