MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / platformTag

Function platformTag

apps/cli/src/build.ts:112–112  ·  view source on GitHub ↗
(t: Target)

Source from the content-addressed store, hash-verified

110 * semver prerelease segment of variant package versions. e.g. "linux-x64",
111 * "linux-x64-musl", "darwin-arm64". */
112const platformTag = (t: Target) => [platformName(t), t.arch, t.abi].filter(Boolean).join("-");
113
114/** Dist directory name (e.g. dist/executor-linux-x64). Only used as a build
115 * artifact convention; the actual npm package name inside is `executor`. */

Callers 2

targetPackageNameFunction · 0.85
buildBinariesFunction · 0.85

Calls 1

platformNameFunction · 0.70

Tested by

no test coverage detected