1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

GITEA 1.7.6 -> 1.8.2

This commit is contained in:
A Holt 2019-06-01 02:29:18 -07:00 committed by GitHub
parent 2e2002e206
commit d53a510f69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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-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 ?
gitea_iset_suffix: "{{ iset_suffixes[ansible_architecture] | default('unknown') }}"