Skip to content

Commit a6f41ef

Browse files
committed
ui build fix
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent 90f9459 commit a6f41ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/utils/plugins.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ export const cpuArchitectureUtilPlugin = {
529529
app.config.globalProperties.$fetchCpuArchitectureTypes = function () {
530530
const architectures = [
531531
{ id: 'x86_64', name: 'AMD 64 bits (x86_64)' },
532-
{ id: 'aarch64', name: 'ARM 64 bits (aarch64)' }
532+
{ id: 'aarch64', name: 'ARM 64 bits (aarch64)' },
533533
{ id: 's390x', name: 'z/Architecture 64 bits (s390x)' }
534534
]
535535
return architectures.map(item => ({ ...item, description: item.name }))

0 commit comments

Comments
 (0)