First step towards rewrite

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2024-09-17 23:44:20 +02:00
parent 6fd77266cd
commit 50abbf933c
100 changed files with 48 additions and 61953 deletions

View File

@@ -0,0 +1,8 @@
go_arch_map:
i386: "386"
x86_64: "amd64"
aarch64: "arm64"
armv7l: "armv7"
armv6l: "armv6"
go_arch: "{{ go_arch_map[ansible_architecture] | default(ansible_architecture) }}"