Adding platform and abi tags in our node-pre-gyp.

Allows to use more than one runtime. Should fix #8887 and #10558.
pull/11760/head
Nicolas "Pixel" Noble 8 years ago
parent 9a836ca37b
commit 4c3360c3fb
  1. 2
      package.json
  2. 2
      templates/package.json.template

@ -56,7 +56,7 @@
},
"binary": {
"module_name": "grpc_node",
"module_path": "src/node/extension_binary",
"module_path": "src/node/extension_binary/{node_abi}-{platform}-{arch}",
"host": "https://storage.googleapis.com/",
"remote_path": "grpc-precompiled-binaries/node/{name}/v{version}",
"package_name": "{node_abi}-{platform}-{arch}.tar.gz"

@ -58,7 +58,7 @@
},
"binary": {
"module_name": "grpc_node",
"module_path": "src/node/extension_binary",
"module_path": "src/node/extension_binary/{node_abi}-{platform}-{arch}",
"host": "https://storage.googleapis.com/",
"remote_path": "grpc-precompiled-binaries/node/{name}/v{version}",
"package_name": "{node_abi}-{platform}-{arch}.tar.gz"

Loading…
Cancel
Save