Skip to content

Commit 8ea1ce4

Browse files
committed
Add dependencies for Windows arm64
1 parent 03bde54 commit 8ea1ce4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

MODULE.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ use_repo(node, "nodejs_linux_arm64")
2828
use_repo(node, "nodejs_linux_ppc64le")
2929
use_repo(node, "nodejs_linux_s390x")
3030
use_repo(node, "nodejs_windows_amd64")
31+
use_repo(node, "nodejs_windows_arm64")
3132

3233
pnpm = use_extension("@aspect_rules_js//npm:extensions.bzl", "pnpm")
3334
pnpm.pnpm(
@@ -47,6 +48,7 @@ use_repo(bazel_lib_toolchains, "yq_linux_arm64")
4748
use_repo(bazel_lib_toolchains, "yq_linux_ppc64le")
4849
use_repo(bazel_lib_toolchains, "yq_linux_s390x")
4950
use_repo(bazel_lib_toolchains, "yq_windows_amd64")
51+
use_repo(bazel_lib_toolchains, "yq_windows_arm64")
5052
use_repo(bazel_lib_toolchains, "bsd_tar_toolchains")
5153

5254
####### Dev dependencies ########
@@ -75,6 +77,7 @@ use_repo(node_dev, "node20_linux_arm64")
7577
use_repo(node_dev, "node20_linux_s390x")
7678
use_repo(node_dev, "node20_linux_ppc64le")
7779
use_repo(node_dev, "node20_windows_amd64")
80+
use_repo(node_dev, "node20_windows_arm64")
7881
use_repo(node_dev, "node18_linux_amd64")
7982
use_repo(node_dev, "node18_darwin_arm64")
8083
use_repo(node_dev, "node18_darwin_amd64")

0 commit comments

Comments
 (0)