From 35b4bf6d0531f32881aab97ab469a30ad54c3deb Mon Sep 17 00:00:00 2001 From: Zhongling He Date: Tue, 15 Mar 2022 16:10:26 +0800 Subject: [PATCH] add aarch64 Signed-off-by: Zhongling He --- rust.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rust.spec b/rust.spec index a6856a2..8fcf71f 100644 --- a/rust.spec +++ b/rust.spec @@ -1,7 +1,7 @@ -%define anolis_release 1 +%define anolis_release 2 # Only x86_64 and i686 are Tier 1 platforms at this time. # https://doc.rust-lang.org/nightly/rustc/platform-support.html -%global rust_arches x86_64 +%global rust_arches x86_64 aarch64 # The channel can be stable, beta, or nightly %{!?channel: %global channel stable} @@ -862,6 +862,9 @@ end} %changelog +* Tue Mar 15 2022 Zhongling He - 1.59.0-2 +- add aarch64 + * Mon Mar 14 2022 Zhongling He - 1.59.0-1 - Update to upstream v1.59.0 -- Gitee