mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Kiwix support for 'armv6l: armv6' & 'armv7l: armv8' (tentative!)
This commit is contained in:
parent
9db2496b95
commit
934f2c1799
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ kiwix_arch_dict: # 'dpkg --print-architecture' key would be: (to mitigate #
|
||||||
#i386: # ?
|
#i386: # ?
|
||||||
i686: i586 # ?
|
i686: i586 # ?
|
||||||
x86_64: x86_64 # amd64
|
x86_64: x86_64 # amd64
|
||||||
armv6l: armhf # armhf
|
armv6l: armv6 # armhf
|
||||||
armv7l: armhf # armhf BEWARE: armhf version of kiwix-tools suddenly FAILS on 64-bit RasPiOS, since 3.5.0 released 2023-04-28 -- #3574, PR #3576
|
armv7l: armv8 # armhf BEWARE: armhf version of kiwix-tools suddenly FAILS on 64-bit RasPiOS, since 3.5.0 released 2023-04-28 -- #3574, PR #3576
|
||||||
aarch64: aarch64 # arm64 BEWARE: "32-bit" RasPiOS suddenly boots 64-bit kernel since March 2023 -- #3516, explained at https://github.com/iiab/iiab/pull/3422#issuecomment-1533441463
|
aarch64: aarch64 # arm64 BEWARE: "32-bit" RasPiOS suddenly boots 64-bit kernel since March 2023 -- #3516, explained at https://github.com/iiab/iiab/pull/3422#issuecomment-1533441463
|
||||||
|
|
||||||
# ansible_architecture might also work, if not quite as well:
|
# ansible_architecture might also work, if not quite as well:
|
||||||
|
|
Loading…
Reference in a new issue