📦 Denote AWS image as raw
We had issues in composer a while back with VHDX in AWS and we have been using raw images since then. Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
parent
16ec5a7e3f
commit
404a80e59c
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ AmazonUploadComponent.propTypes = {
|
|||
|
||||
const UploadComponent = (props) => {
|
||||
const uploadTypes = [
|
||||
{ value: 'aws', label: 'Amazon Machine Image (.vhdx)' },
|
||||
{ value: 'aws', label: 'Amazon Machine Image (.raw)' },
|
||||
];
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue