chore: force overwrite of output file

This adds the force option to gzip.

Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
This commit is contained in:
Andrew Rynhard 2019-11-03 18:29:14 +00:00
parent eb0c8e9e4b
commit 3887b1e5b6

View File

@ -209,7 +209,7 @@ image-digital-ocean:
-p digital-ocean \
-u none \
-e console=ttyS0
@gzip $(PWD)/build/digital-ocean.raw
@gzip -f $(PWD)/build/digital-ocean.raw
.PHONY: image-gcp
image-gcp: