mirror of
https://github.com/octoleo/restic.git
synced 2024-11-17 02:25:12 +00:00
10 lines
336 B
Plaintext
10 lines
336 B
Plaintext
|
Bugfix: Restore ARMv5 support for ARM binaries
|
||
|
|
||
|
The official release binaries for restic 0.16.1 were accidentally built to
|
||
|
require ARMv7. We have updated the build process to restore support for ARMv5.
|
||
|
|
||
|
Please note that restic 0.17.0 will drop support for ARMv5 and require at least
|
||
|
ARMv6.
|
||
|
|
||
|
https://github.com/restic/restic/issues/4540
|