Skip to content

packer is called packer-io on certain platforms #3

@obilodeau

Description

@obilodeau
@@ -192,7 +192,7 @@ def run_packer(packer_config):
     print("Starting packer to generate the VM")
     print("----------------------------------")

-    cmd = ['packer-io', 'build', '-var-file=config.json', packer_config]
+    cmd = ['packer', 'build', '-var-file=config.json', packer_config]
     ret = run_foreground(cmd)

     print("----------------------------------")

Breaks arch linux support.

Regression introduced in 13b2e4f

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions