1 Commits

Author SHA1 Message Date
james e678b43c15 Add goreleaser config 2026-05-03 14:24:04 +02:00
3 changed files with 17 additions and 0 deletions
+1
View File
@@ -1 +1,2 @@
/target /target
/dist
+15
View File
@@ -0,0 +1,15 @@
version: 2
before:
hooks:
- cargo install --locked cargo-zigbuild
builds:
- builder: rust
# targets:
# - x86_64-unknown-linux-gnu
# - aarch64-unknown-linux-gnu
archives:
- formats: ["binary"]
gitea_urls:
api: https://git.shee.sh/api/v1
download: https://git.shee.sh
+1
View File
@@ -1,2 +1,3 @@
[tools] [tools]
rust = "latest" rust = "latest"
zig = "latest"