treehouses / builder

Treehouses Awesome 👓 Raspberry Pi Image Builder 🏗
http://download.treehouses.io
GNU Affero General Public License v3.0
49 stars 22 forks source link

create notification when builder is compressing image #902

Closed rjpadilla closed 3 years ago

rjpadilla commented 3 years ago

On line https://github.com/treehouses/builder/blob/8e9188c77a9b89e21215317eaae4708142e66555/.github/workflows/builder.yml#L57

change it to -> echo "The image is currently being compressed..." & gzip -c -9 < treehouse-140.img > treehouse-140.img.gz

This will make it easier on us to know that it is compressing.