mirror of https://github.com/grpc/grpc-node.git
Add libc variable to binary paths in package.json template
This commit is contained in:
parent
03525b6a5e
commit
4479312171
|
@ -45,10 +45,10 @@
|
|||
},
|
||||
"binary": {
|
||||
"module_name": "grpc_node",
|
||||
"module_path": "src/node/extension_binary/{node_abi}-{platform}-{arch}",
|
||||
"module_path": "src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}",
|
||||
"host": "https://storage.googleapis.com/",
|
||||
"remote_path": "grpc-precompiled-binaries/node/{name}/v{version}",
|
||||
"package_name": "{node_abi}-{platform}-{arch}.tar.gz"
|
||||
"package_name": "{node_abi}-{platform}-{arch}-{libc}.tar.gz"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE",
|
||||
|
|
Loading…
Reference in New Issue