forked from Proxmox-Port/Proxmox-Port
450 B
Executable File
450 B
Executable File
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