Fix arch for arm
This commit is contained in:
parent
83e65f7afb
commit
f2d3382db5
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@
|
||||||
|
|
||||||
- name: Set gitea binary architecture to arm-6
|
- name: Set gitea binary architecture to arm-6
|
||||||
set_fact:
|
set_fact:
|
||||||
gitea_binary_arch: amd64
|
gitea_binary_arch: arm-6
|
||||||
when: ansible_facts['architecture'] != 'x86_64'
|
when: ansible_facts['architecture'] != 'x86_64'
|
||||||
|
|
||||||
- name: Get latest gitea binary
|
- name: Get latest gitea binary
|
||||||
|
|
Loading…
Reference in a new issue