Pass QemuImgArgs to stepConvertDisk (#10001)

This commit is contained in:
Lik 2020-09-28 11:43:20 +02:00 committed by GitHub
parent 2a7cb36a90
commit bdb1c47532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ func (b *Builder) Run(ctx context.Context, ui packer.Ui, hook packer.Hook) (pack
OutputDir: b.config.OutputDir,
SkipCompaction: b.config.SkipCompaction,
VMName: b.config.VMName,
QemuImgArgs: b.config.QemuImgArgs,
},
)