there is no point making isos on arm, lets log and move on.
This commit is contained in:
parent
6cbf093f8e
commit
8d54c4be1b
@ -1071,6 +1071,9 @@ class Pungi(pypungi.PungiBase):
|
||||
def doCreateIsos(self):
|
||||
"""Create iso of the tree."""
|
||||
|
||||
if self.config.get('pungi', 'arch').startswith('arm'):
|
||||
self.logger.info("ARCH: arm, not doing doCreateIsos().")
|
||||
return
|
||||
|
||||
isolist=[]
|
||||
anaruntime = '/usr/share/anaconda/boot'
|
||||
|
Loading…
Reference in New Issue
Block a user