fix: expand triple for bundle info.json too.

This commit is contained in:
Shibo Lyu 2025-10-05 17:37:39 +08:00
parent b4f1cf9dbd
commit caa5c6651b
5 changed files with 135 additions and 1 deletions

View file

@ -110,7 +110,7 @@ class ArtifactBundleBuilder {
version: version,
type: "executable",
variants: [
ArtifactVariant(path: binaryPath, supportedTriples: [triple])
ArtifactVariant(path: binaryPath, supportedTriples: expandingTriple(triple))
]
)