Skip to content

Commit

Permalink
chore: compress Azure image
Browse files Browse the repository at this point in the history
The image needs to be compressed in order to publish it to GitHub.

Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
  • Loading branch information
andrewrynhard committed Jul 22, 2019
1 parent 32961ef commit 6fa7c1f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -310,5 +310,6 @@ talos-azure:
convert \
-f raw \
-o subformat=fixed,force_size \
-O vpc /out/disk.raw /out/talos-azure.vhd
@rm -rf $(PWD)/build/disk.raw
-O vpc /out/disk.raw /out/disk.vhd
@tar -C $(PWD)/build -czf $(PWD)/build/$@.tar.gz disk.vhd
@rm -rf $(PWD)/build/disk.raw $(PWD)/build/disk.vhd

0 comments on commit 6fa7c1f

Please sign in to comment.