Skip to content

Commit

Permalink
tar at the last step
Browse files Browse the repository at this point in the history
  • Loading branch information
chensjlv committed Nov 18, 2024
1 parent e21daa8 commit e9a7dc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/fetch-envoy
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ extract_envoy() {
(
cd "$_bin_dir"
shasum -a 256 "envoy-$_os-$_arch" >"envoy-$_os-$_arch".sha256
tar -cJf "envoy-$_os-$_arch.txz" "envoy-$_os-$_arch"
rm -f "envoy-$_os-$_arch"
)
}

Expand Down

0 comments on commit e9a7dc2

Please sign in to comment.