Skip to content

Commit

Permalink
Pass QemuImgArgs to stepConvertDisk (#10001)
Browse files Browse the repository at this point in the history
  • Loading branch information
likg authored Sep 28, 2020
1 parent 2a7cb36 commit bdb1c47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builder/qemu/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
)

Expand Down

0 comments on commit bdb1c47

Please # to comment.