prep for initial release

This commit is contained in:
Jason Swank
2026-01-21 18:41:05 -05:00
parent 8cf31d4c32
commit 5034ea1d71
20 changed files with 5335 additions and 3 deletions

View File

@@ -0,0 +1,25 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/binary-install/binstaller/main/schema/InstallSpec.json
schema: v1
repo: sigoden/aichat
asset:
template: aichat-${TAG}-${ARCH}-${OS}${EXT}
default_extension: .tar.gz
rules:
- when:
arch: amd64
arch: x86_64
- when:
arch: arm64
arch: aarch64
- when:
os: darwin
os: apple-darwin
- when:
os: linux
os: unknown-linux-musl
- when:
os: windows
os: pc-windows-msvc
- when:
os: windows
ext: .zip