1
0
Fork 0
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:
A Holt 2019-06-01 09:20:11 -04:00 committed by GitHub
parent d53a510f69
commit aece1cdb48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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') }}"