You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have 3 builders in one JSON file. One virtualbox-iso, one virtualbox-ovf, and one vmware-iso.
I was able to build them perfectly using the -only=virtualbox-iso, for example, but after specifying the "name" and "vm_name" on each builder, I am not able to build using named builds. Here is the simple error I am getting:
I should note that I use user-variables to name them and override the scripts. For the override, the variable is in the key, not the value. I'm not sure if this makes a difference because packer is able to validate the JSON file successfully. Also note that I can no longer use the original "type" for the "only" flag since a "name" is specified.
The text was updated successfully, but these errors were encountered:
I have 3 builders in one JSON file. One virtualbox-iso, one virtualbox-ovf, and one vmware-iso.
I was able to build them perfectly using the -only=virtualbox-iso, for example, but after specifying the "name" and "vm_name" on each builder, I am not able to build using named builds. Here is the simple error I am getting:
I should note that I use user-variables to name them and override the scripts. For the override, the variable is in the key, not the value. I'm not sure if this makes a difference because packer is able to validate the JSON file successfully. Also note that I can no longer use the original "type" for the "only" flag since a "name" is specified.
The text was updated successfully, but these errors were encountered: