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

13
config/zk.binstaller.yml Normal file
View File

@@ -0,0 +1,13 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/binary-install/binstaller/main/schema/InstallSpec.json
schema: v1
repo: zk-org/zk
asset:
template: zk-${TAG}-${OS}-${ARCH}${EXT}
default_extension: .tar.gz
rules:
- when:
arch: amd64
arch: x86_64
- when:
os: darwin
os: macos