Add riscv64 to local.json

This commit is contained in:
Ivan A. Melnikov 2021-08-12 15:04:52 +04:00
parent d2321c241a
commit b060666d91

View File

@ -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",