Skip to content

Commit 5ebefbf

Browse files
authored
Merge pull request #516 from 0Rick0/feature/support-aarch64
feat: added support for aarch64 architecture download
2 parents 2e7ee08 + 9a287f3 commit 5ebefbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manifests/download.pp

+2
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@
191191
'i386' : { $arch = 'i586' }
192192
'x86_64' : { $arch = 'x64' }
193193
'amd64' : { $arch = 'x64' }
194+
'aarch64' : { $arch = 'aarch64' }
195+
'arm64' : { $arch = 'aarch64' }
194196
default : {
195197
fail ("unsupported platform ${$os_architecture}")
196198
}

0 commit comments

Comments
 (0)