jiangcuo / Proxmox-Arm64

Proxmox VE & PBS unofficial arm64 version
GNU Affero General Public License v3.0
387 stars 41 forks source link

Arch on Apt #54

Closed jamesarbrown closed 1 year ago

jamesarbrown commented 1 year ago

After install I found there was an issue with apt update (Pi 4 Raspi Deb Bookworm) W: Skipping acquire of configured file 'port/binary-armhf/Packages' as repository 'https://global.mirrors.apqa.cn/proxmox/debian/pve bookworm InRelease' does not seem to provide it (sources.list entry misspelt?)

Once Prox is installed the Pi somehow has an extra ARM arch

apt-config dump | grep -F "APT::Architectures" -
APT::Architectures "";
APT::Architectures:: "arm64";
APT::Architectures:: "armhf";

So I had to adjust the pveport.list to read deb [arch=arm64] https://global.mirrors.apqa.cn/proxmox/debian/pve bookworm port

jiangcuo commented 1 year ago

Proxmox-Port for 64bit only. eg. arm64,riscv64,loong64