Blueprints: Add guest-image and vsphere-ova to requestMapper
This adds guest-image and vsphere-ova as possible target environments to the requestMapper.
This commit is contained in:
parent
5e2d22f0c6
commit
5ab0b6511b
1 changed files with 4 additions and 0 deletions
|
|
@ -75,10 +75,14 @@ const uploadTypeByTargetEnv = (imageType: ImageTypes): UploadTypes => {
|
|||
return 'oci.objectstorage';
|
||||
case 'wsl':
|
||||
return 'aws.s3';
|
||||
case 'guest-image':
|
||||
return 'aws.s3';
|
||||
case 'image-installer':
|
||||
return 'aws.s3';
|
||||
case 'vsphere':
|
||||
return 'aws.s3';
|
||||
case 'vsphere-ova':
|
||||
return 'aws.s3';
|
||||
case 'ami':
|
||||
return 'aws';
|
||||
default: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue