NethServer / arm-dev

nethserver-arm issue tracker
10 stars 3 forks source link

restic: add arm support #29

Closed dz00te closed 5 years ago

dz00te commented 5 years ago

while probably not so elegant, can we add to spec of restic something like this to make multi arch ?

%ifarch %{arm}
%define nsarch arm
%endif
%ifarch aarch64
%define nsarch arm64
%endif
%ifarch x86_64
%define nsarch amd64
%endif
Source0: https://github.com/restic/restic/releases/download/v%{version}/restic_%{version}_linux_%{nsarch}.bz2

or i could upload in testing the build for aarch64 and armhfp?

gsanchietti commented 5 years ago

I like the patch, it should be good for all environment.

Just open the PR, then you need to manually build/upload for aarch64 and armhfp (you should already have the permissions to do it).

dz00te commented 5 years ago

ok, just do not go away, I might need some help :)

dz00te commented 5 years ago

builded and uploaded packakages for armhfp and aarch64 in arm-testing

markVnl commented 5 years ago

builded and uploaded packakages for armhfp and aarch64 in arm-testing

Can we move the packages to updates?

gsanchietti commented 5 years ago

Done ;)