summaryrefslogtreecommitdiff
path: root/morphlib/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/util.py')
-rw-r--r--morphlib/util.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/morphlib/util.py b/morphlib/util.py
index dd2d05e1..7382e40c 100644
--- a/morphlib/util.py
+++ b/morphlib/util.py
@@ -402,6 +402,7 @@ def get_host_architecture(): # pragma: no cover
'i686': 'x86_32',
'armv7l': 'armv7l',
'armv7b': 'armv7b',
+ 'ppc64': 'ppc64'
}
if machine not in table: