We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03525b6 commit 4479312Copy full SHA for 4479312
packages/grpc-native-core/templates/package.json.template
@@ -45,10 +45,10 @@
45
},
46
"binary": {
47
"module_name": "grpc_node",
48
- "module_path": "src/node/extension_binary/{node_abi}-{platform}-{arch}",
+ "module_path": "src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}",
49
"host": "https://storage.googleapis.com/",
50
"remote_path": "grpc-precompiled-binaries/node/{name}/v{version}",
51
- "package_name": "{node_abi}-{platform}-{arch}.tar.gz"
+ "package_name": "{node_abi}-{platform}-{arch}-{libc}.tar.gz"
52
53
"files": [
54
"LICENSE",
0 commit comments