1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

allow gitea to install on aarch64

This commit is contained in:
Jerry Vonau 2020-03-25 12:22:23 -05:00
parent 55490cddcc
commit 29d7a9ad20

View file

@ -13,6 +13,7 @@ gitea_version: 1.11.3
iset_suffixes:
i386: 386
x86_64: amd64
aarch64: arm-6
armv6l: arm-6
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 -- 2019-07-31: ARM7 support will return at some point, according to: https://github.com/go-gitea/gitea/pull/7037#issuecomment-516735216 (what about ARM8 support for RPi 4?)