lib/build_task.rb in machinery-tool-1.2.0 vs lib/build_task.rb in machinery-tool-1.4.0

- old
+ new

@@ -1,6 +1,6 @@ -# Copyright (c) 2013-2014 SUSE LLC +# Copyright (c) 2013-2015 SUSE LLC # # This program is free software; you can redistribute it and/or # modify it under the terms of version 3 of the GNU General Public License as # published by the Free Software Foundation. # @@ -15,9 +15,10 @@ # To contact SUSE about this file by physical or electronic mail, # you may find current contact information at www.suse.com class BuildTask def build(system_description, output_path, options = {}) + LocalSystem.validate_architecture("x86_64") LocalSystem.validate_build_compatibility(system_description) LocalSystem.validate_existence_of_package("kiwi") LocalSystem.validate_existence_of_package("kiwi-desc-vmxboot") tmp_config_dir = Dir.mktmpdir("machinery-config", "/tmp")