Skip to content

Commit 1bb6648

Browse files
committed
ci: disable aur
1 parent 116a006 commit 1bb6648

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/opencode/script/publish.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ if (!snapshot) {
6161
const macX64Sha = await $`sha256sum ./dist/opencode-darwin-x64.zip | cut -d' ' -f1`.text().then((x) => x.trim())
6262
const macArm64Sha = await $`sha256sum ./dist/opencode-darwin-arm64.zip | cut -d' ' -f1`.text().then((x) => x.trim())
6363

64+
// arch
65+
/*
6466
const binaryPkgbuild = [
6567
"# Maintainer: dax",
6668
"# Maintainer: adam",
@@ -146,6 +148,7 @@ if (!snapshot) {
146148
await $`cd ./dist/aur-${pkg} && git commit -m "Update to v${version}"`
147149
await $`cd ./dist/aur-${pkg} && git push`
148150
}
151+
*/
149152

150153
// Homebrew formula
151154
const homebrewFormula = [

0 commit comments

Comments
 (0)