Files
OpenUniFi/.gitea/release-targets.json
Koda a0ee657a02
Build and publish release / metadata (push) Successful in 42s
Build and publish release / create-release (push) Successful in 55s
Build and publish release / build (push) Failing after 4m11s
Build and publish release / publish-release (push) Skipped
Added Release Pipeline (#29)
Reviewed-on: #29
2026-07-15 19:39:51 +01:00

12 lines
460 B
JSON

{
"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" }
]
}