diff --git a/builder/qemu/builder.go b/builder/qemu/builder.go index 05c71e2c6..d52a74222 100644 --- a/builder/qemu/builder.go +++ b/builder/qemu/builder.go @@ -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, }, )