We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e92ba commit 15a1a43Copy full SHA for 15a1a43
.goreleaser.yml
@@ -38,10 +38,10 @@ aurs:
38
license: "MIT"
39
package: |-
40
install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"
41
-brews:
42
- - repository:
43
- owner: opencode-ai
44
- name: homebrew-tap
+# brews:
+# - repository:
+# owner: opencode-ai
+# name: homebrew-tap
45
nfpms:
46
- maintainer: opencode
47
description: terminal based agent that can build anything
scripts/snapshot
@@ -1,7 +1,3 @@
1
#!/usr/bin/env bash
2
set -e
3
-export DOCKER_PUSH=true
4
-./platform/scripts/build
5
goreleaser build --clean --snapshot --skip validate
6
-cd sdk/js
7
-bun run release
0 commit comments