mirror of
https://github.com/rocky-linux/createhdds.git
synced 2024-11-17 10:41:25 +00:00
update version to 8.6
This commit is contained in:
parent
b6cf610881
commit
70b30cb9aa
12
hdds.json
12
hdds.json
@ -125,14 +125,14 @@
|
||||
{
|
||||
"name" : "minimal",
|
||||
"releases" : {
|
||||
"8.5" : ["x86_64", "aarch64"]
|
||||
"8.6" : ["x86_64", "aarch64"]
|
||||
},
|
||||
"size" : "10"
|
||||
},
|
||||
{
|
||||
"name" : "minimal-uefi",
|
||||
"releases" : {
|
||||
"8.5" : ["x86_64", "aarch64"]
|
||||
"8.6" : ["x86_64", "aarch64"]
|
||||
},
|
||||
"size" : "10",
|
||||
"bootopts": "uefi"
|
||||
@ -140,7 +140,7 @@
|
||||
{
|
||||
"name" : "desktop",
|
||||
"releases" : {
|
||||
"8.5": ["x86_64", "aarch64"]
|
||||
"8.6": ["x86_64", "aarch64"]
|
||||
},
|
||||
"size" : "20",
|
||||
"variant": "Workstation"
|
||||
@ -148,7 +148,7 @@
|
||||
{
|
||||
"name" : "desktopencrypt",
|
||||
"releases" : {
|
||||
"8.5" : ["x86_64", "aarch64"]
|
||||
"8.6" : ["x86_64", "aarch64"]
|
||||
},
|
||||
"size" : "20",
|
||||
"variant": "Workstation"
|
||||
@ -156,7 +156,7 @@
|
||||
{
|
||||
"name" : "server",
|
||||
"releases" : {
|
||||
"8.5" : ["x86_64", "aarch64"]
|
||||
"8.6" : ["x86_64", "aarch64"]
|
||||
},
|
||||
"size" : "7",
|
||||
"variant": "Server"
|
||||
@ -164,7 +164,7 @@
|
||||
{
|
||||
"name" : "support",
|
||||
"releases" : {
|
||||
"8.5" : ["x86_64", "aarch64"]
|
||||
"8.6" : ["x86_64", "aarch64"]
|
||||
},
|
||||
"size" : "11"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user