Skip to content

Commit

Permalink
Merge pull request voxpupuli#443 from treydock/ppc64le
Browse files Browse the repository at this point in the history
Support ppc64le
  • Loading branch information
bastelfreak committed Apr 16, 2020
2 parents 379678a + dfbcb9b commit 8466ae1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@
'armv7l': { $real_arch = 'armv7' }
'armv6l': { $real_arch = 'armv6' }
'armv5l': { $real_arch = 'armv5' }
'ppc64le': { $real_arch = 'ppc64le' }
default: {
fail("Unsupported kernel architecture: ${arch}")
}
Expand Down

0 comments on commit 8466ae1

Please sign in to comment.