Skip to content

Commit

Permalink
Use multi-threaded zstd
Browse files Browse the repository at this point in the history
If GitHub actions provide us more cores, this can drastically improve
compression speed.

Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
  • Loading branch information
arter97 authored and luk1337 committed Sep 12, 2023
1 parent f7b62c0 commit e2a0621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ done
wait

# Compress with zstd
zstd --rm ota/*
zstd -T0 --rm ota/*

# Echo tag name and release body
echo "tag=$TAG" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit e2a0621

Please sign in to comment.