borgbackup / borg

Deduplicating archiver with compression and authenticated encryption.
https://www.borgbackup.org/
Other
11.15k stars 742 forks source link

Offer pre-built ARM binaries #2418

Closed rugk closed 7 years ago

rugk commented 7 years ago

It would be nice if you could also offer pre-built ARM binaries, so users can easily use their Raspberry PI or so as a backup storage…

enkore commented 7 years ago

In-official binaries exist: https://borg.bauerj.eu/

For typical Linux distributions this is something to do for the distro. E.g. stuff based on Debian has or should have current builds of Borg via jessie-backports.

noplanman commented 6 years ago

Just to let everybody here know, that I've managed to set up a docker solution for building binaries for all types of architectures.

Take a look here: https://git.feneas.org/noplanman/borg-binary-builder

I'm also looking into a solution for providing signed binaries directly, without requiring to do the whole docker operation for every new version.