Skip to content

Commit

Permalink
grpc-tools: Force GNU format for artifact tarballs
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed Dec 5, 2022
1 parent 0c22b2a commit 4888037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/grpc-tools/build_binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc-tools/package.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down

0 comments on commit 4888037

Please sign in to comment.