Recent content by mjcc30

  1. M

    ARM Support

    Ther is a way to build PVE installer on arm64 ? I try this : https://github.com/kosmonavtika/docker-build-pve Install docker acording to this : https://docs.docker.com/engine/install/debian/ apt-get update apt-get install -y apt-transport-https ca-certificates curl gnupg-agent...
  2. M

    ARM Support

    Hello, Thanks ! I did successfully compile it too : raspios lite version : https://downloads.raspberrypi.org/raspios_lite_arm64/images/ Raspberry Pi Imager : https://www.raspberrypi.org/downloads/ sudo -s apt update && apt upgrade -y curl https://sh.rustup.rs -sSf | sh source $HOME/.cargo/env...