Skip to content

Commit 527b974

Browse files
committed
debos: image: keep uncompressed image
The uncompressed image is to be used in the qemu testing flow, so keep it around instead of implicitly deleting it. Signed-off-by: Robie Basak <[email protected]>
1 parent 041df8b commit 527b974

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debos-recipes/qualcomm-linux-debian-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ actions:
138138
done
139139
140140
- action: run
141-
description: Compress image file
141+
description: Add compressed image file
142142
postprocess: true
143-
command: gzip -v -f "${ARTIFACTDIR}/{{ $image }}"
143+
command: gzip -v -f -k "${ARTIFACTDIR}/{{ $image }}"
144144

145145
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
146146
# SPDX-License-Identifier: BSD-3-Clause

0 commit comments

Comments
 (0)