sync
This commit is contained in:
+4
-4
@@ -38,10 +38,10 @@ aurs:
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
package: |-
|
package: |-
|
||||||
install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"
|
install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"
|
||||||
brews:
|
# brews:
|
||||||
- repository:
|
# - repository:
|
||||||
owner: opencode-ai
|
# owner: opencode-ai
|
||||||
name: homebrew-tap
|
# name: homebrew-tap
|
||||||
nfpms:
|
nfpms:
|
||||||
- maintainer: opencode
|
- maintainer: opencode
|
||||||
description: terminal based agent that can build anything
|
description: terminal based agent that can build anything
|
||||||
|
|||||||
@@ -1,7 +1,3 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -e
|
set -e
|
||||||
export DOCKER_PUSH=true
|
|
||||||
./platform/scripts/build
|
|
||||||
goreleaser build --clean --snapshot --skip validate
|
goreleaser build --clean --snapshot --skip validate
|
||||||
cd sdk/js
|
|
||||||
bun run release
|
|
||||||
|
|||||||
Reference in New Issue
Block a user