Support more platforms in various tools

This commit is contained in:
Taiki Endo
2026-03-19 20:29:37 +09:00
parent c5e61399de
commit 02b095fa15
28 changed files with 475 additions and 18 deletions

View File

@@ -9,10 +9,10 @@
"platform": {
"x86_64_linux_musl": {},
"x86_64_macos": {},
"aarch64_macos": {},
"x86_64_windows": {
"asset_name": "${package}-${rust_target}.zip",
"bin": "${package}.exe"
}
},
"aarch64_macos": {}
}
}