Wizard: Remove hard coded architecture from OCI request

This replaces hard coded 'x86_64' architecture with the value based on a form state for OCI images.
This commit is contained in:
regexowl 2023-11-21 14:20:46 +01:00 committed by Klara Simickova
parent b60c37f1f8
commit 44195c5334

View file

@ -205,7 +205,7 @@ const onSave = (values) => {
image_description: values?.['image-description'],
image_requests: [
{
architecture: 'x86_64',
architecture: values['arch'],
image_type: 'oci',
upload_request: {
type: 'oci.objectstorage',