feat: add goreleaser config for cross-platform releases
Some checks failed
continuous-integration/drone/push Build encountered an error

Set up GoReleaser with Rust builder (cargo-zigbuild) targeting
linux/darwin x amd64/arm64, Gitea release publishing, and Homebrew
cask generation. Add mise tasks for test, release, and snapshot builds.
This commit is contained in:
2026-03-20 15:15:37 +01:00
parent f3cc24c9fc
commit be8faa6a36
5 changed files with 91 additions and 0 deletions

View File

@@ -39,9 +39,11 @@ termwiz = "0.23.0"
regex = "1.11.1"
minijinja = "2"
shell-words = "1"
openssl = { version = "0.10", features = ["vendored"], optional = true }
[dev-dependencies]
pretty_assertions = "1.4.0"
[features]
example = []
vendored-openssl = ["openssl/vendored"]