From 76182e2a92c3c265cf7b878ada99fc56b4c2ea6b Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Fri, 20 Feb 2026 16:23:22 +0000 Subject: [PATCH] Enable KVM on riscv64 --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 416a58d..9f8f2d9 100644 --- a/config.yaml +++ b/config.yaml @@ -4,7 +4,7 @@ actions: find: "%define arches_64bit x86_64 %{power64} aarch64 s390x riscv64" replace: | %if 0%{?almalinux} > 9 - %define arches_qemu_kvm x86_64 %{power64} aarch64 s390x + %define arches_qemu_kvm x86_64 %{power64} aarch64 s390x riscv64 %endif %define arches_64bit x86_64 %{power64} aarch64 s390x riscv64