Compare commits

...
2 Commits
Author SHA1 Message Date
Dax Raad 8e400adbf8 sync
release / goreleaser (push) Has been cancelled
2025-04-21 20:49:26 -04:00
Dax Raad 15a1a43703 sync
release / goreleaser (push) Has been cancelled
2025-04-21 20:31:47 -04:00
2 changed files with 5 additions and 8 deletions
+5 -4
View File
@@ -36,12 +36,13 @@ aurs:
private_key: "{{ .Env.AUR_KEY }}"
git_url: "ssh://aur@aur.archlinux.org/opencode.git"
license: "MIT"
name: opencode
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
-4
View File
@@ -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