diff options
| author | Dax Raad <[email protected]> | 2025-08-12 12:58:18 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-08-12 12:58:18 -0400 |
| commit | ee2b57958d6edaf36f680176e8ecb65623955923 (patch) | |
| tree | b87322978edce21981d90dc6760efc25e15b4c7e | |
| parent | 4178b3c6ae9541fbca5b83288bc5b479fbb64fa3 (diff) | |
| download | opencode-ee2b57958d6edaf36f680176e8ecb65623955923.tar.gz opencode-ee2b57958d6edaf36f680176e8ecb65623955923.zip | |
ci: disable aur
| -rwxr-xr-x | packages/opencode/script/publish.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/opencode/script/publish.ts b/packages/opencode/script/publish.ts index b0520fb5a..3ce750d3c 100755 --- a/packages/opencode/script/publish.ts +++ b/packages/opencode/script/publish.ts @@ -97,6 +97,7 @@ if (!snapshot) { const macX64Sha = await $`sha256sum ./dist/opencode-darwin-x64.zip | cut -d' ' -f1`.text().then((x) => x.trim()) const macArm64Sha = await $`sha256sum ./dist/opencode-darwin-arm64.zip | cut -d' ' -f1`.text().then((x) => x.trim()) + /* // AUR package const pkgbuild = [ "# Maintainer: dax", @@ -136,6 +137,7 @@ if (!snapshot) { await $`cd ./dist/aur-${pkg} && git commit -m "Update to v${version}"` if (!dry) await $`cd ./dist/aur-${pkg} && git push` } + */ // Homebrew formula const homebrewFormula = [ |
