📦 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:
Major Hayden 2020-09-22 08:37:12 -05:00 committed by Sanne Raymaekers
parent 16ec5a7e3f
commit 404a80e59c

View file

@ -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 (