mg
651164f26f
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#294 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
10 lines
221 B
YAML
10 lines
221 B
YAML
---
|
|
gitea_go_arch_map:
|
|
i386: '386'
|
|
x86_64: 'amd64'
|
|
aarch64: 'arm64'
|
|
armv7l: 'arm-6'
|
|
armv6l: 'arm-6'
|
|
armv5l: 'arm-5'
|
|
|
|
gitea_arch: "{{ gitea_go_arch_map[ansible_architecture] | default(ansible_architecture) }}"
|