There was an error while loading. Please reload this page.
1 parent 116a006 commit 1bb6648Copy full SHA for 1bb6648
1 file changed
packages/opencode/script/publish.ts
@@ -61,6 +61,8 @@ if (!snapshot) {
61
const macX64Sha = await $`sha256sum ./dist/opencode-darwin-x64.zip | cut -d' ' -f1`.text().then((x) => x.trim())
62
const macArm64Sha = await $`sha256sum ./dist/opencode-darwin-arm64.zip | cut -d' ' -f1`.text().then((x) => x.trim())
63
64
+ // arch
65
+ /*
66
const binaryPkgbuild = [
67
"# Maintainer: dax",
68
"# Maintainer: adam",
@@ -146,6 +148,7 @@ if (!snapshot) {
146
148
await $`cd ./dist/aur-${pkg} && git commit -m "Update to v${version}"`
147
149
await $`cd ./dist/aur-${pkg} && git push`
150
}
151
+ */
152
153
// Homebrew formula
154
const homebrewFormula = [
0 commit comments