mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-23 21:16:06 +00:00
sync
This commit is contained in:
parent
82e92bab78
commit
15a1a43703
2 changed files with 4 additions and 8 deletions
|
|
@ -38,10 +38,10 @@ aurs:
|
|||
license: "MIT"
|
||||
package: |-
|
||||
install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"
|
||||
brews:
|
||||
- repository:
|
||||
owner: opencode-ai
|
||||
name: homebrew-tap
|
||||
# brews:
|
||||
# - repository:
|
||||
# owner: opencode-ai
|
||||
# name: homebrew-tap
|
||||
nfpms:
|
||||
- maintainer: opencode
|
||||
description: terminal based agent that can build anything
|
||||
|
|
|
|||
|
|
@ -1,7 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e
|
||||
export DOCKER_PUSH=true
|
||||
./platform/scripts/build
|
||||
goreleaser build --clean --snapshot --skip validate
|
||||
cd sdk/js
|
||||
bun run release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue