mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
IS THIS "armv7l: arm-6" HACK (for RPi) OK LONG TERM?
This commit is contained in:
parent
d53a510f69
commit
aece1cdb48
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ iset_suffixes:
|
|||
i386: 386
|
||||
x86_64: amd64
|
||||
armv6l: arm-6
|
||||
armv7l: arm-7 # IS THIS LINE OK, GIVEN GITEA 1.8.0 & 1.8.1 HAD ARM7 PROBLEMS IN MAY 2019 https://github.com/iiab/iiab/issues/1673 ?
|
||||
armv7l: arm-6 # "arm-7" used to work, but no longer since 2019-04-20's Gitea 1.8.0: https://github.com/iiab/iiab/issues/1673 https://github.com/iiab/iiab/pull/1713
|
||||
|
||||
gitea_iset_suffix: "{{ iset_suffixes[ansible_architecture] | default('unknown') }}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue