Skip to content

Commit

Permalink
Merge pull request voxpupuli#409 from ajungren/master
Browse files Browse the repository at this point in the history
Add AArch64 (arm64) support
  • Loading branch information
solarkennedy authored Mar 11, 2018
2 parents 6916f2b + d940491 commit fb70a15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
case $::architecture {
'x86_64', 'x64', 'amd64': { $arch = 'amd64' }
'i386': { $arch = '386' }
'aarch64': { $arch = 'arm64' }
/^arm.*/: { $arch = 'arm' }
default: {
fail("Unsupported kernel architecture: ${::architecture}")
Expand Down

0 comments on commit fb70a15

Please sign in to comment.