From 2b813eef9d61d1d1595478841c041ea85149b530 Mon Sep 17 00:00:00 2001 From: Yanko Kaneti Date: Sat, 15 Mar 2025 23:06:12 +0200 Subject: [PATCH] [skip-ci] RPM: Add riscv64 to ExclusiveArch-es Signed-off-by: Yanko Kaneti --- rpm/podman.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/podman.spec b/rpm/podman.spec index 68fbae4503..2baf35cd19 100644 --- a/rpm/podman.spec +++ b/rpm/podman.spec @@ -62,7 +62,7 @@ Release: %autorelease %if %{defined golang_arches_future} ExclusiveArch: %{golang_arches_future} %else -ExclusiveArch: aarch64 ppc64le s390x x86_64 +ExclusiveArch: aarch64 ppc64le s390x x86_64 riscv64 %endif Summary: Manage Pods, Containers and Container Images URL: https://%{name}.io/