Added Release Pipeline

This commit is contained in:
2026-07-15 18:39:10 +00:00
parent 37c286e756
commit 05fe0095e6
5 changed files with 252 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"openwrt_release": "25.12.1",
"version": { "major": 0, "minor": 4 },
"targets": [
{ "architecture": "x64", "target": "x86", "subtarget": "64" },
{ "architecture": "x86", "target": "x86", "subtarget": "generic" },
{ "architecture": "arm64", "target": "armsr", "subtarget": "armv8" },
{ "architecture": "arm32", "target": "armsr", "subtarget": "armv7" },
{ "architecture": "mpc85xx", "target": "mpc85xx", "subtarget": "p1020" }
]
}