wofferl / proxmox-backup-arm64

Script for building Proxmox Backup Server 3.x (Bookworm) for Armbian64
151 stars 12 forks source link

[Feature] Add Dockerfile to build arm64 packages using docker buildx #29

Closed simoncaron closed 1 year ago

simoncaron commented 1 year ago

Hi @wofferl !

Thanks for this script. I'm building my packages on my local workstation instead of on a raspberry pi and I send all .deb to my Pis after using a hosted package repo.

I added a dockerfile which allows to run the build script using docker, directly in arm64 format. I figured it could be useful for other people too.

Let me know what you think!

wofferl commented 1 year ago

Nice alternative compile method. Thanks.

Do you now how much ram is minimal needed for this?