mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
m1n1.proxyutils: Add 13.0 beta5/6 versions
Signed-off-by: Asahi Lina <lina@asahilina.net>
This commit is contained in:
parent
c35168bb88
commit
e8377889d2
2 changed files with 3 additions and 1 deletions
|
@ -795,7 +795,7 @@ class Ver(Subconstruct):
|
|||
"G": os.environ.get("AGX_GPU", "G13")}
|
||||
|
||||
MATRIX = {
|
||||
"V": ["V12_1", "V12_3", "V12_4", "V13_0B4", "V13_2"],
|
||||
"V": ["V12_1", "V12_3", "V12_4", "V13_0B4", "V13_0B5", "V13_0B6", "V13_2"],
|
||||
"G": ["G13", "G14"],
|
||||
}
|
||||
|
||||
|
|
|
@ -28,6 +28,8 @@ VERSION_MAP = {
|
|||
"iBoot-7459.121.3": "V12_4",
|
||||
"iBoot-7459.141.1": "V12_5",
|
||||
"iBoot-8419.0.151.0.1": "V13_0B4",
|
||||
"iBoot-8419.40.2.0.5": "V13_0B5",
|
||||
"iBoot-8419.40.33.0.1": "V13_0B6",
|
||||
"iBoot-8419.41.10": "V13_0",
|
||||
"iBoot-8419.60.44": "V13_1",
|
||||
"iBoot-8419.80.7": "V13_2",
|
||||
|
|
Loading…
Reference in a new issue