Add riscv64 to EFI architectures

This commit is contained in:
Andrew Lukoshko 2025-07-18 17:21:03 +00:00
parent aea0a44eb8
commit 55dbfa41bd

View File

@ -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"