fix darwin packages

This commit is contained in:
Matthew Stobbs
2025-01-21 21:01:05 -07:00
parent e7dda0a092
commit 15d39f39ee
24 changed files with 54 additions and 51 deletions

View File

@@ -1,7 +1,10 @@
---
- ansible.builtin.include_vars:
file: go.yml
name: _go
- name: set go arch
ansible.builtin.set_fact:
arch: "{% if ansible_archtecture == 'aarch64' %}arm64{% else %}amd64{% endif %}"
arch: "{{ _go.archmap[ansible_architecture] }}"
- name: set go Filename
ansible.builtin.set_fact: