CI: Add rocky support to process_build_logs.py

Change-Id: I57e05a235359547a4477dc869e92047818dc5c15
This commit is contained in:
Michal Nasiadka
2025-02-21 11:59:07 +01:00
parent 405f950193
commit 498b793c86

View File

@@ -30,7 +30,7 @@ parser.add_argument('-b', '--base',
required=True)
args = vars(parser.parse_args())
if args['base'] not in ['centos']:
if args['base'] not in ['rocky', 'centos']:
print("Non rpm-based distros are not yet supported.")
sys.exit()