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:
parent
b60c37f1f8
commit
44195c5334
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue