Proxmox VE arm64 riscv64 loongarch64
Go to file
2024-12-11 16:13:19 +08:00
.github/ISSUE_TEMPLATE Delete .github/FUNDING.yml 2024-06-24 11:15:26 +08:00
docker When building with DSC, an error occurred, but it shouldn't lead to an exit situation. 2024-11-22 11:20:30 +08:00
packages bump qemu-server to 8.3.0+port3 2024-12-11 16:13:19 +08:00
.DS_Store add new qemu-server patch 2023-07-21 19:01:40 +08:00
.gitmodules add libseccomp and chrony for loongarch64 2024-12-08 17:24:49 +08:00
build.sh remove debug 2024-12-02 18:57:12 +08:00
LICENSE Create LICENSE 2023-11-23 20:54:22 +08:00
README.md enable set submodule url for proxmox-backup-restore-image 2024-12-02 19:11:30 +08:00

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.