lib/bosh/stemcell/stemcell_packager.rb in bosh-stemcell-1.3215.4.0 vs lib/bosh/stemcell/stemcell_packager.rb in bosh-stemcell-1.3232.0

- old
+ new

@@ -46,10 +46,10 @@ end def manifest_cloud_properties(disk_format, infrastructure, stemcell_name) architecture = 'x86_64' if Bosh::Stemcell::Arch.ppc64le? - architecture = 'ppc64le' + architecture = 'ppc64' end { 'name' => stemcell_name, 'version' => version.to_s,