mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #1713 from holta/gitea-1.8.2
Gitea 1.7.6 -> 1.8.2 once again works on Raspberry Pi?!
This commit is contained in:
commit
61910b5e06
1 changed files with 2 additions and 2 deletions
|
@ -8,12 +8,12 @@
|
|||
# https://git.coolaj86.com/coolaj86/gitea-installer.sh
|
||||
|
||||
# Information needed to install Gitea
|
||||
gitea_version: 1.7.6
|
||||
gitea_version: 1.8.2
|
||||
iset_suffixes:
|
||||
i386: 386
|
||||
x86_64: amd64
|
||||
armv6l: arm-6
|
||||
armv7l: arm-7
|
||||
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…
Add table
Reference in a new issue