We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f9459 commit a6f41efCopy full SHA for a6f41ef
ui/src/utils/plugins.js
@@ -529,7 +529,7 @@ export const cpuArchitectureUtilPlugin = {
529
app.config.globalProperties.$fetchCpuArchitectureTypes = function () {
530
const architectures = [
531
{ id: 'x86_64', name: 'AMD 64 bits (x86_64)' },
532
- { id: 'aarch64', name: 'ARM 64 bits (aarch64)' }
+ { id: 'aarch64', name: 'ARM 64 bits (aarch64)' },
533
{ id: 's390x', name: 'z/Architecture 64 bits (s390x)' }
534
]
535
return architectures.map(item => ({ ...item, description: item.name }))
0 commit comments