1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Try aarch64 version of kiwix-tools 3.5.0+

This commit is contained in:
A Holt 2023-05-13 11:05:39 -04:00 committed by GitHub
parent 6ce8d05078
commit cb36d2b02f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ kiwix_arch_dict:
x86_64: x86_64
armv6l: armhf
armv7l: armhf
aarch64: armhf
aarch64: aarch64
# ansible_architecture might also work, if not quite as well:
# https://stackoverflow.com/questions/66828315/what-is-the-difference-between-ansible-architecture-and-ansible-machine-on-a/66828837#66828837