Skip to content

Commit a31406b

Browse files
tollsimynuclearcat
authored andcommitted
fix buildroot arch naming for riscv64
Signed-off-by: Simone Tollardo <[email protected]>
1 parent c9ef731 commit a31406b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernelci/config/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
BUILDROOT_ARCH = {
1717
'arm': 'armel',
1818
'x86_64': 'x86',
19+
'riscv64': 'riscv',
1920
}
2021

2122
CROS_ARCH = {

0 commit comments

Comments
 (0)