Skip to content

Commit

Permalink
comment out the windows arm64 build
Browse files Browse the repository at this point in the history
Signed-off-by: Scott J Dickerson <[email protected]>
  • Loading branch information
sjd78 committed Jan 22, 2025
1 parent 04390c4 commit 159f844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/collect-assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ await downloadGitHubRelease({
{ name: "kai-rpc-server.macos-x86_64.zip", platform: "darwin", arch: "x64", chmod: true },
{ name: "kai-rpc-server.macos-arm64.zip", platform: "darwin", arch: "arm64", chmod: true },
{ name: "kai-rpc-server.windows-x64.zip", platform: "win32", arch: "x64" },
{ name: "kai-rpc-server.windows-arm64.zip", platform: "win32", arch: "arm64" },
// { name: "kai-rpc-server.windows-arm64.zip", platform: "win32", arch: "arm64" },
],
});

Expand Down

0 comments on commit 159f844

Please sign in to comment.