Skip to content

Commit 39091a7

Browse files
RuoqingHealindima
authored andcommitted
ci: Enable RISC-V CI
Enable CI on RISC-V to take care of the RISC-V part of `seccompiler`. Signed-off-by: Ruoqing He <[email protected]>
1 parent 8f3c38d commit 39091a7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.buildkite/custom-tests.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"command": "RUSTFLAGS=\"-D warnings\" cargo build --release --features=json",
66
"platform": [
77
"x86_64",
8-
"aarch64"
8+
"aarch64",
9+
"riscv64"
910
]
1011
},
1112
{

.platform

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
x86_64
2+
aarch64
3+
riscv64
4+

0 commit comments

Comments
 (0)