Skip to content

Commit

Permalink
updated promtail arch map
Browse files Browse the repository at this point in the history
  • Loading branch information
gianmarco-mameli committed Aug 13, 2024
1 parent 377a17a commit 57c77f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion roles/promtail/vars/Debian.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
__promtail_arch_map:
x86_64: 'amd64'
x86_64: amd64
armv6l: arm
armv7l: arm
aarch64: arm64

__promtail_arch: "{{ __promtail_arch_map[ansible_architecture] | default(ansible_architecture) }}"

0 comments on commit 57c77f9

Please sign in to comment.