diskimage-builder/releasenotes/notes/gzip-env-variable-94e61e0c043f4f1f.yaml
Logan V d9e85efd7c Allow configurable gzip binary name
Add a new environment variable $DIB_GZIP_BIN allowing builders to
specify a different gzip (such as pigz) to be used when compressing
tgz images.

Change-Id: Ifb617568140a149e2fda241e07ff8a59429e6697
2019-08-30 17:46:20 +02:00

6 lines
172 B
YAML

---
features:
- |
The `DIB_GZIP_BIN` environment variable enables builders to change the
path to `gzip`, such as when an alternate gzip is to be used (ie. pigz).