mirror of
https://github.com/openai/codex.git
synced 2026-09-15 12:08:01 +00:00
Add `codex-windows-sandbox-service` to the Windows release binaries and helper builds for x86_64 and ARM64. Register both architectures in the DotSlash configuration to resolve their compressed service executables. GitOrigin-RevId: 363ad9229856391b283e57cfb10f28910fed96fb
137 lines
4.5 KiB
JSON
137 lines
4.5 KiB
JSON
{
|
|
"outputs": {
|
|
"codex": {
|
|
"platforms": {
|
|
"macos-aarch64": {
|
|
"regex": "^codex-package-aarch64-apple-darwin\\.tar\\.zst$",
|
|
"path": "bin/codex"
|
|
},
|
|
"macos-x86_64": {
|
|
"regex": "^codex-package-x86_64-apple-darwin\\.tar\\.zst$",
|
|
"path": "bin/codex"
|
|
},
|
|
"linux-x86_64": {
|
|
"regex": "^codex-package-x86_64-unknown-linux-musl\\.tar\\.zst$",
|
|
"path": "bin/codex"
|
|
},
|
|
"linux-aarch64": {
|
|
"regex": "^codex-package-aarch64-unknown-linux-musl\\.tar\\.zst$",
|
|
"path": "bin/codex"
|
|
},
|
|
"windows-x86_64": {
|
|
"regex": "^codex-package-x86_64-pc-windows-msvc\\.tar\\.zst$",
|
|
"path": "bin/codex.exe"
|
|
},
|
|
"windows-aarch64": {
|
|
"regex": "^codex-package-aarch64-pc-windows-msvc\\.tar\\.zst$",
|
|
"path": "bin/codex.exe"
|
|
}
|
|
}
|
|
},
|
|
"codex-app-server": {
|
|
"platforms": {
|
|
"macos-aarch64": {
|
|
"regex": "^codex-app-server-package-aarch64-apple-darwin\\.tar\\.zst$",
|
|
"path": "bin/codex-app-server"
|
|
},
|
|
"macos-x86_64": {
|
|
"regex": "^codex-app-server-package-x86_64-apple-darwin\\.tar\\.zst$",
|
|
"path": "bin/codex-app-server"
|
|
},
|
|
"linux-x86_64": {
|
|
"regex": "^codex-app-server-package-x86_64-unknown-linux-musl\\.tar\\.zst$",
|
|
"path": "bin/codex-app-server"
|
|
},
|
|
"linux-aarch64": {
|
|
"regex": "^codex-app-server-package-aarch64-unknown-linux-musl\\.tar\\.zst$",
|
|
"path": "bin/codex-app-server"
|
|
},
|
|
"windows-x86_64": {
|
|
"regex": "^codex-app-server-package-x86_64-pc-windows-msvc\\.tar\\.zst$",
|
|
"path": "bin/codex-app-server.exe"
|
|
},
|
|
"windows-aarch64": {
|
|
"regex": "^codex-app-server-package-aarch64-pc-windows-msvc\\.tar\\.zst$",
|
|
"path": "bin/codex-app-server.exe"
|
|
}
|
|
}
|
|
},
|
|
"codex-responses-api-proxy": {
|
|
"platforms": {
|
|
"macos-aarch64": {
|
|
"regex": "^codex-responses-api-proxy-aarch64-apple-darwin\\.zst$",
|
|
"path": "codex-responses-api-proxy"
|
|
},
|
|
"macos-x86_64": {
|
|
"regex": "^codex-responses-api-proxy-x86_64-apple-darwin\\.zst$",
|
|
"path": "codex-responses-api-proxy"
|
|
},
|
|
"linux-x86_64": {
|
|
"regex": "^codex-responses-api-proxy-x86_64-unknown-linux-musl\\.zst$",
|
|
"path": "codex-responses-api-proxy"
|
|
},
|
|
"linux-aarch64": {
|
|
"regex": "^codex-responses-api-proxy-aarch64-unknown-linux-musl\\.zst$",
|
|
"path": "codex-responses-api-proxy"
|
|
},
|
|
"windows-x86_64": {
|
|
"regex": "^codex-responses-api-proxy-x86_64-pc-windows-msvc\\.exe\\.zst$",
|
|
"path": "codex-responses-api-proxy.exe"
|
|
},
|
|
"windows-aarch64": {
|
|
"regex": "^codex-responses-api-proxy-aarch64-pc-windows-msvc\\.exe\\.zst$",
|
|
"path": "codex-responses-api-proxy.exe"
|
|
}
|
|
}
|
|
},
|
|
"bwrap": {
|
|
"platforms": {
|
|
"linux-x86_64": {
|
|
"regex": "^bwrap-x86_64-unknown-linux-musl\\.zst$",
|
|
"path": "bwrap"
|
|
},
|
|
"linux-aarch64": {
|
|
"regex": "^bwrap-aarch64-unknown-linux-musl\\.zst$",
|
|
"path": "bwrap"
|
|
}
|
|
}
|
|
},
|
|
"codex-command-runner": {
|
|
"platforms": {
|
|
"windows-x86_64": {
|
|
"regex": "^codex-command-runner-x86_64-pc-windows-msvc\\.exe\\.zst$",
|
|
"path": "codex-command-runner.exe"
|
|
},
|
|
"windows-aarch64": {
|
|
"regex": "^codex-command-runner-aarch64-pc-windows-msvc\\.exe\\.zst$",
|
|
"path": "codex-command-runner.exe"
|
|
}
|
|
}
|
|
},
|
|
"codex-windows-sandbox-setup": {
|
|
"platforms": {
|
|
"windows-x86_64": {
|
|
"regex": "^codex-windows-sandbox-setup-x86_64-pc-windows-msvc\\.exe\\.zst$",
|
|
"path": "codex-windows-sandbox-setup.exe"
|
|
},
|
|
"windows-aarch64": {
|
|
"regex": "^codex-windows-sandbox-setup-aarch64-pc-windows-msvc\\.exe\\.zst$",
|
|
"path": "codex-windows-sandbox-setup.exe"
|
|
}
|
|
}
|
|
},
|
|
"codex-windows-sandbox-service": {
|
|
"platforms": {
|
|
"windows-x86_64": {
|
|
"regex": "^codex-windows-sandbox-service-x86_64-pc-windows-msvc\\.exe\\.zst$",
|
|
"path": "codex-windows-sandbox-service.exe"
|
|
},
|
|
"windows-aarch64": {
|
|
"regex": "^codex-windows-sandbox-service-aarch64-pc-windows-msvc\\.exe\\.zst$",
|
|
"path": "codex-windows-sandbox-service.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|