Skip to content

Commit 15a1a43

Browse files
committed
sync
1 parent 82e92ba commit 15a1a43

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.goreleaser.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ aurs:
3838
license: "MIT"
3939
package: |-
4040
install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"
41-
brews:
42-
- repository:
43-
owner: opencode-ai
44-
name: homebrew-tap
41+
# brews:
42+
# - repository:
43+
# owner: opencode-ai
44+
# name: homebrew-tap
4545
nfpms:
4646
- maintainer: opencode
4747
description: terminal based agent that can build anything

scripts/snapshot

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
#!/usr/bin/env bash
22
set -e
3-
export DOCKER_PUSH=true
4-
./platform/scripts/build
53
goreleaser build --clean --snapshot --skip validate
6-
cd sdk/js
7-
bun run release

0 commit comments

Comments
 (0)