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

@@ -12,6 +12,11 @@
"asset_name": "${package}-${rust_target}.zip",
"bin": "${package}${exe}"
},
"aarch64_macos": {}
"aarch64_linux_gnu": {},
"aarch64_macos": {},
"aarch64_windows": {
"asset_name": "${package}-${rust_target}.zip",
"bin": "${package}${exe}"
}
}
}