diff --git a/src/utilities/filterConstants.js b/src/utilities/filterConstants.js index 25d0501e..c9c8c373 100644 --- a/src/utilities/filterConstants.js +++ b/src/utilities/filterConstants.js @@ -66,6 +66,16 @@ const archFilters = [ label: 'amd64', value: 'amd64', tooltip: '64-bit x86' + }, + { + label: 'loong64', + value: 'loong64', + tooltip: '64-bit LoongArch' + }, + { + label: 'riscv64', + value: 'riscv64', + tooltip: '64-bit RISC-V' } ];