Skip to content

Commit da273aa

Browse files
authored
Merge pull request #19 from sacherjj/change-compression-in-command
Adding command to use gzip instead of zstd for deb packaging.
2 parents 37a36f6 + 339382c commit da273aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/build_deb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." >/dev/null 2>&1 && pwd)"
44
mkdir -p "$ROOT_DIR/artifacts"
5-
dpkg-deb --build casper-node-util "$ROOT_DIR/artifacts/casper-node-util-$(cat VERSION).deb"
5+
dpkg-deb -Zgzip --build casper-node-util "$ROOT_DIR/artifacts/casper-node-util-$(cat VERSION).deb"

0 commit comments

Comments
 (0)