summaryrefslogtreecommitdiff
path: root/morphlib/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/__init__.py')
-rw-r--r--morphlib/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/morphlib/__init__.py b/morphlib/__init__.py
index 0d445304..a10ebe7b 100644
--- a/morphlib/__init__.py
+++ b/morphlib/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2011-2014 Codethink Limited
+# Copyright (C) 2011-2015 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -39,7 +39,7 @@ __version__ = gitversion.version
# List of architectures that Morph supports
valid_archs = ['armv7l', 'armv7lhf', 'armv7b', 'testarch',
- 'x86_32', 'x86_64', 'ppc64']
+ 'x86_32', 'x86_64', 'ppc64', 'armv8l64', 'armv8b64']
class Error(cliapp.AppException):