From 55dbfa41bde9c6d86ab31895406c8d2bb8300123 Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Fri, 18 Jul 2025 17:21:03 +0000 Subject: [PATCH] Add riscv64 to EFI architectures --- config.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config.yaml b/config.yaml index 3798e07..f5921c3 100644 --- a/config.yaml +++ b/config.yaml @@ -2,18 +2,19 @@ actions: - replace: - target: "spec" find: "git config --local --add efi.arches \"x86_64 aarch64 %{arm} %{ix86}\"" - replace: "git config --local --add efi.arches \"%{x86_64} aarch64 %{arm} %{ix86}\"" + replace: "git config --local --add efi.arches \"%{x86_64} aarch64 %{arm} %{ix86} riscv64\"" count: 1 - modify_release: - - suffix: ".alma.1" + - suffix: ".alma.2" enabled: true - changelog_entry: - - name: "Andrei Lukoshko" + - name: "Andrew Lukoshko" email: "alukoshko@almalinux.org" line: - "Add support for versioned x86_64 arches" + - "Add riscv64 to EFI architectures" - add_files: - type: "patch"