mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-23 18:21:27 +00:00
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:
parent
2329aeec38
commit
0ff5cb1e66
@ -3,7 +3,7 @@
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
//
|
||||
|
||||
//go:build arm64 || ppc64le
|
||||
//go:build arm64 || ppc64le || riscv64
|
||||
|
||||
package main
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user