runtime: Enable testSetCPUTypeGeneric for riscv64

`testSetCPUTypeGeneric` will be used for writting `kata-check` in
`kata-runtime` on riscv64 platforms, enable building for later testing.

Signed-off-by: Yuting Nie <nieyuting@iscas.ac.cn>
This commit is contained in:
Yuting Nie 2025-03-27 10:32:29 +08:00 committed by Ruoqing He
parent 2329aeec38
commit 0ff5cb1e66

View File

@ -3,7 +3,7 @@
// SPDX-License-Identifier: Apache-2.0
//
//go:build arm64 || ppc64le
//go:build arm64 || ppc64le || riscv64
package main