Fix arch for arm

This commit is contained in:
flyingscorpio@clevo 2022-04-09 13:03:23 +02:00
parent 83e65f7afb
commit f2d3382db5

View file

@ -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