Skip to content

Commit

Permalink
Make chunks 1GB
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker89 committed Apr 4, 2020
1 parent 9d70a61 commit 7f81ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build: validate
ls -al ${output_dir}

package:
zip -s 2g ${vm_name}.zip ${output_dir}/*
zip -s 1g ${vm_name}.zip ${output_dir}/*
shasum -a 256 ${vm_name}* | tee ${vm_name}.sha256
ls -alh ${vm_name}*

Expand Down

0 comments on commit 7f81ee7

Please sign in to comment.