mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-13 00:31:23 +00:00
16 lines
183 B
Python
16 lines
183 B
Python
#!/usr/bin/env python3
|
|
|
|
import json
|
|
|
|
remove_these = [
|
|
'rhc',
|
|
'insights-client'
|
|
]
|
|
|
|
arches = [
|
|
'x86_64',
|
|
'aarch64',
|
|
'ppc64le',
|
|
's390x'
|
|
]
|