diff --git a/scripts/report_image_diff.py b/scripts/report_image_diff.py
index 680477c8234895dbb1c815231e3af386d6457786..388fefc58b2edc1fd4b4726e4e98d58645dc6e2f 100755
--- a/scripts/report_image_diff.py
+++ b/scripts/report_image_diff.py
@@ -183,12 +183,10 @@ def main():
             # The image file format may vary depending on machine and distribution.
             if distro == "seconorth-fngsystem":
                 img_pattern = "*.rootfs.cpio.gz"
-            elif distro == "seconorth-wayland":
+            else:
                 img_pattern = "*.rootfs.tar.gz"
                 if "genio" in machine:
                     img_pattern = "*.rootfs.wic.img"
-            else:
-                img_pattern = ""
 
             for name, size in deploy_files__main.items():
                 if fnmatch.fnmatch(name, img_pattern):