~smoser/maas-images/trunk.lp1582410

« back to all changes in this revision

Viewing changes to meph2/commands/cloudimg_sync.py

  • Committer: Scott Moser
  • Date: 2016-03-02 22:12:04 UTC
  • mfrom: (284.1.1 maas-images)
  • Revision ID: smoser@ubuntu.com-20160302221204-abl4vptli3zk25sl
cloudimg_sync: know about s390x arch

Thanks Dimitri.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    'ppc64le': ['ppc64el'],
31
31
    'armhf': ['armhf'],
32
32
    'aarch64': ['arm64', 'armhf'],
 
33
    's390x': ['s390x'],
33
34
}
34
35
 
35
36