feat(ql3): enforce architecture support tiers

This commit is contained in:
whyour
2026-08-20 11:02:17 +08:00
parent 3979707f6d
commit 6e11258d45
9 changed files with 299 additions and 33 deletions
+20 -2
View File
@@ -1,12 +1,30 @@
{
"schemaVersion": 1,
"schema": "qinglong/release-identity@v1",
"schemaVersion": 2,
"schema": "qinglong/release-identity@v2",
"product": "qinglong3",
"version": "3.0.0-alpha.0",
"node": {
"version": "24.18.0",
"engine": ">=24.18.0 <25"
},
"architectureSupport": {
"tier1": [
"amd64",
"arm64"
],
"candidates": [
"ppc64le",
"s390x"
],
"experimentalBlocked": [
"arm/v7"
],
"legacyOnly": [
"arm/v6",
"386"
],
"legacyLine": "2.x"
},
"workspacePackageCount": 18,
"legacyRootPackageExcluded": true
}