Go to file
2024-11-21 15:06:45 +08:00
.github/ISSUE_TEMPLATE Delete .github/FUNDING.yml 2024-06-24 11:15:26 +08:00
docker remove dsc on debian-pkg 2024-11-21 14:52:52 +08:00
packages add libqb autobuild.sh 2024-11-21 15:06:45 +08:00
.DS_Store add new qemu-server patch 2023-07-21 19:01:40 +08:00
.gitmodules add pixman and libqb 2024-11-16 18:06:29 +08:00
build.sh Re-optimize the automated build script 2024-11-21 13:56:29 +08:00
LICENSE Create LICENSE 2023-11-23 20:54:22 +08:00
README.md add ReadMe and dockerfile 2024-11-01 15:07:45 +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