Skip to content

Commit

Permalink
Compress the raw image
Browse files Browse the repository at this point in the history
  • Loading branch information
detiber committed Mar 15, 2021
1 parent 40869a3 commit d25a898
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion images/capi/packer/raw/packer.json
Expand Up @@ -61,7 +61,12 @@
"only": [
"flatcar"
],
"type": "vagrant"
"type": "vagrant",
"keep_input_artifact": true
},
{
"type": "compress",
"output": "./output/{{user `build_name`}}-kube-{{user `kubernetes_semver`}}.tar.gz"
}
],
"provisioners": [
Expand Down

0 comments on commit d25a898

Please sign in to comment.