From da6db77f29059594a1099f1f9a6eba258aeced19 Mon Sep 17 00:00:00 2001 From: Nianqing Yao Date: Sun, 16 Apr 2023 11:26:22 +0800 Subject: [PATCH] Add riscv64 to %golang_arches --- go-rpm-macros.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go-rpm-macros.spec b/go-rpm-macros.spec index 1ca030b..272f38c 100644 --- a/go-rpm-macros.spec +++ b/go-rpm-macros.spec @@ -7,7 +7,7 @@ Version: 3.2.0 %global _docdir_fmt %{name} # Master definition that will be written to macro files -%global golang_arches_future x86_64 %{arm} aarch64 ppc64le s390x +%global golang_arches_future x86_64 %{arm} aarch64 ppc64le s390x riscv64 %global golang_arches %{ix86} %{golang_arches_future} %global gccgo_arches %{mips} %if 0%{?rhel} >= 9