codegen: sccache 0.8.2+ provides AArch64 Windows binary

This commit is contained in:
Taiki Endo
2025-01-29 04:30:01 +09:00
parent 1790ab988a
commit 85a4a5fd84
3 changed files with 20 additions and 5 deletions

View File

@@ -7,10 +7,9 @@
"platform": {
"x86_64_linux_musl": {},
"x86_64_macos": {},
"x86_64_windows": {
"asset_name": "${package}-v${version}-${rust_target}.tar.gz"
},
"x86_64_windows": {},
"aarch64_linux_musl": {},
"aarch64_macos": {}
"aarch64_macos": {},
"aarch64_windows": {}
}
}