Skip to content

Commit c23d4ba

Browse files
committed
feat(BUILD-14755): add support for s390x and arm64
1 parent c912fae commit c23d4ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vars/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ distro: "{{ distro_dict[ansible_os_family] }}"
77
architecture_dict:
88
x86_64: x64
99
ppc64le: ppc64le
10+
s390x: s390x
11+
aarch64: arm64
1012
architecture: "{{ architecture_dict[ansible_architecture] }}"

0 commit comments

Comments
 (0)