mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-23 08:27:11 +03:00
add the unzipped prefix as well
This commit is contained in:
parent
67dba83688
commit
3269660a53
@ -16,7 +16,10 @@ _NODE_SHA256 = select({
|
||||
|
||||
_NODE_PREFIX = select({
|
||||
"config//os:linux": "node-v20.0.0-linux-x64",
|
||||
"config//os:macos": "node-v20.0.0-darwin-arm64",
|
||||
"config//os:macos": select({
|
||||
"config//cpu:arm64": "node-v20.0.0-darwin-arm64",
|
||||
"config//cpu:x86_64": "node-v20.0.0-darwin-x64",
|
||||
}),
|
||||
})
|
||||
|
||||
http_archive(
|
||||
|
Loading…
Reference in New Issue
Block a user