mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-10 06:30:32 +00:00
wasmtime now provides AArch64 Windows binary
This commit is contained in:
8
manifests/wasmtime.json
generated
8
manifests/wasmtime.json
generated
@@ -20,6 +20,10 @@
|
|||||||
"aarch64_macos": {
|
"aarch64_macos": {
|
||||||
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v${version}/wasmtime-v${version}-aarch64-macos.tar.xz",
|
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v${version}/wasmtime-v${version}-aarch64-macos.tar.xz",
|
||||||
"bin": "wasmtime-v${version}-aarch64-macos/wasmtime"
|
"bin": "wasmtime-v${version}-aarch64-macos/wasmtime"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v${version}/wasmtime-v${version}-aarch64-windows.zip",
|
||||||
|
"bin": "wasmtime-v${version}-aarch64-windows/wasmtime.exe"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE)",
|
"license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE)",
|
||||||
@@ -52,6 +56,10 @@
|
|||||||
"aarch64_macos": {
|
"aarch64_macos": {
|
||||||
"etag": "0x8DCF2AD7B1152B6",
|
"etag": "0x8DCF2AD7B1152B6",
|
||||||
"checksum": "0c98207e181ac2e256aec5e46e8c71f1bf5f38be9472c98d73d7dbb1ff38d6d0"
|
"checksum": "0c98207e181ac2e256aec5e46e8c71f1bf5f38be9472c98d73d7dbb1ff38d6d0"
|
||||||
|
},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"etag": "0x8DCF2AD81EA559A",
|
||||||
|
"checksum": "af88a82d1af8b63291ae9b92412363e132d9b15b56a4be17022c3728d50728e0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"25": {
|
"25": {
|
||||||
|
|||||||
@@ -11,6 +11,9 @@
|
|||||||
"asset_name": "${package}-v${version}-${rust_target_arch}-${rust_target_os}.zip"
|
"asset_name": "${package}-v${version}-${rust_target_arch}-${rust_target_os}.zip"
|
||||||
},
|
},
|
||||||
"aarch64_linux_gnu": {},
|
"aarch64_linux_gnu": {},
|
||||||
"aarch64_macos": {}
|
"aarch64_macos": {},
|
||||||
|
"aarch64_windows": {
|
||||||
|
"asset_name": "${package}-v${version}-${rust_target_arch}-${rust_target_os}.zip"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user