We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e13aba commit 30c37ccCopy full SHA for 30c37cc
2 files changed
.github/workflows/debos.yml
@@ -118,8 +118,8 @@ jobs:
118
dir="${FILESERVER_DIR}/${id}"
119
mkdir -vp "${dir}"
120
# copy output files
121
- cp -v disk-4096.img "${dir}"
122
- cp -v disk-512.img "${dir}"
+ cp -v disk-4096.img.gz "${dir}"
+ cp -v disk-512.img.gz "${dir}"
123
# instruct fileserver to publish this directory
124
url="${FILESERVER_URL}/${id}/"
125
curl -X POST -H 'Accept: text/event-stream' "${url}"
debos-recipes/qualcomm-linux-debian-image.yaml
@@ -95,3 +95,7 @@ actions:
95
# enable unit
96
systemctl enable debos-grow-rootfs
97
98
+ - action: run
99
+ postprocess: true
100
+ command: gzip -f "${ARTIFACTDIR}/{{ $image }}"
101
+
0 commit comments