mirror of https://github.com/grpc/grpc-node.git
grpc-tools: Force GNU format for artifact tarballs
This commit is contained in:
parent
0c22b2a917
commit
488803740e
|
@ -47,7 +47,7 @@ artifacts() {
|
|||
arch=$2
|
||||
dir=$3
|
||||
|
||||
tar -czf $out_dir/$platform-$arch.tar.gz -C $(dirname $dir) $(basename $dir)
|
||||
tar --format=gnu -czf $out_dir/$platform-$arch.tar.gz -C $(dirname $dir) $(basename $dir)
|
||||
}
|
||||
|
||||
case $(uname -s) in
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "grpc-tools",
|
||||
"version": "1.12.0",
|
||||
"version": "1.12.1",
|
||||
"author": "Google Inc.",
|
||||
"description": "Tools for developing with gRPC on Node.js",
|
||||
"homepage": "https://grpc.io/",
|
||||
|
|
Loading…
Reference in New Issue