WIP: Add scaffolding for arch-agnostic base-distro handling
This commit is contained in:
parent
044b721edd
commit
232df81901
3 changed files with 105 additions and 1 deletions
11
constants.py
11
constants.py
|
@ -41,3 +41,14 @@ REPOSITORIES = [
|
|||
'linux',
|
||||
'main',
|
||||
]
|
||||
|
||||
ARCHES = [
|
||||
'x86_64',
|
||||
'aarch64',
|
||||
]
|
||||
|
||||
BASE_DISTROS: {
|
||||
'x86_64': {
|
||||
'': '',
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue