ab12637 Add a fallback for CPU arch detection

Authored and Committed by adamwill a year ago
    Add a fallback for CPU arch detection
    
    `platform.processor()` seems to be returning '' a lot where it
    wasn't before. Not sure why, but let's add a fallback to
    `platform.machine()` to give us another shot at getting a value.
    
    Signed-off-by: Adam Williamson <awilliam@redhat.com>
    
        
file modified
+2 -0