diff --git a/nodejs/private/nodejs_toolchains_repo.bzl b/nodejs/private/nodejs_toolchains_repo.bzl index 0a80d77176..7d1889453b 100644 --- a/nodejs/private/nodejs_toolchains_repo.bzl +++ b/nodejs/private/nodejs_toolchains_repo.bzl @@ -39,7 +39,7 @@ PLATFORMS = { "linux_ppc64le": struct( compatible_with = [ "@platforms//os:linux", - "@platforms//cpu:ppc", + "@platforms//cpu:ppc64le", ], ), "darwin_amd64": struct(