Add riscv64 to local.json
This commit is contained in:
parent
d2321c241a
commit
b060666d91
@ -13,6 +13,10 @@
|
||||
"path": "/srv/mirrors/alt/ports/sisyphus_mipsel/",
|
||||
"arch": ["mipsel", "noarch"]
|
||||
},
|
||||
"sisyphus_riscv64": {
|
||||
"path": "/srv/mirrors/alt/ports/riscv64/Sisyphus/",
|
||||
"arch": ["mipsel", "noarch"]
|
||||
},
|
||||
"sisyphus_mips64el": {
|
||||
"path": "/srv/mirrors/alt/ports/sisyphus_mips64el/",
|
||||
"arch": ["mips64el", "noarch"]
|
||||
@ -26,6 +30,11 @@
|
||||
"base": "sisyphus-i586",
|
||||
"new": "sisyphus_mipsel"
|
||||
},
|
||||
{
|
||||
"name": "riscv64",
|
||||
"base": "sisyphus",
|
||||
"new": "sisyphus_riscv64"
|
||||
},
|
||||
{
|
||||
"name": "mips64el",
|
||||
"base": "sisyphus",
|
||||
|
Loading…
Reference in New Issue
Block a user