grpc-tools: Force GNU format for artifact tarballs

This commit is contained in:
Michael Lumish 2022-12-05 10:59:50 -05:00
parent 0c22b2a917
commit 488803740e
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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/",