diff --git a/osc/build.py b/osc/build.py index ede86fa5..fc1d5f60 100644 --- a/osc/build.py +++ b/osc/build.py @@ -53,6 +53,7 @@ qemu_can_build = [ 'armv4l', 'armv5el', 'armv5l', 'armv6l', 'armv7l', 'armv6el', ] can_also_build = { + 'aarch64':['aarch64'], # only needed due to used heuristics in build parameter evaluation 'armv6l' :[ 'armv4l', 'armv5l', 'armv6l', 'armv5el', 'armv6el' ], 'armv7l' :[ 'armv4l', 'armv5l', 'armv6l', 'armv7l', 'armv5el', 'armv6el', 'armv7el' ], 'armv5el':[ 'armv4l', 'armv5l', 'armv5el' ], # not existing arch, just for compatibility