From bdb1c47532655ceac13a14d06bc7e228b33db983 Mon Sep 17 00:00:00 2001 From: Lik Date: Mon, 28 Sep 2020 11:43:20 +0200 Subject: [PATCH] Pass QemuImgArgs to stepConvertDisk (#10001) --- builder/qemu/builder.go | 1 + 1 file changed, 1 insertion(+) 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, }, )