summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2026-01-30 15:17:55 -0500
committerDax Raad <[email protected]>2026-01-30 15:17:55 -0500
commite94ae550eaf2fba276c86efe51f9cc8cc634889f (patch)
tree6641d3e9aaaa7499f2b8fd294b0de1741a9633f2
parente9ef94dc4d2d386ee1f452b4af337a91ad6bcd1c (diff)
downloadopencode-e94ae550eaf2fba276c86efe51f9cc8cc634889f.tar.gz
opencode-e94ae550eaf2fba276c86efe51f9cc8cc634889f.zip
commit
-rwxr-xr-xpackages/opencode/script/publish.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/opencode/script/publish.ts b/packages/opencode/script/publish.ts
index 9e3eadf87..5fc4f3c71 100755
--- a/packages/opencode/script/publish.ts
+++ b/packages/opencode/script/publish.ts
@@ -37,7 +37,6 @@ await Bun.file(`./dist/${pkg.name}/package.json`).write(
),
)
-/*
const tasks = Object.entries(binaries).map(async ([name]) => {
if (process.platform !== "win32") {
await $`chmod -R 755 .`.cwd(`./dist/${name}`)
@@ -53,7 +52,6 @@ const platforms = "linux/amd64,linux/arm64"
const tags = [`${image}:${version}`, `${image}:${Script.channel}`]
const tagFlags = tags.flatMap((t) => ["-t", t])
await $`docker buildx build --platform ${platforms} ${tagFlags} --push .`
-*/
// registries
if (!Script.preview) {
@@ -65,7 +63,6 @@ if (!Script.preview) {
const [pkgver, _subver = ""] = Script.version.split(/(-.*)/, 2)
- /*
// arch
const binaryPkgbuild = [
"# Maintainer: dax",
@@ -179,7 +176,6 @@ if (!Script.preview) {
}
}
}
- */
// Homebrew formula
const homebrewFormula = [