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: - replace:
- target: "spec" - target: "spec"
find: "git config --local --add efi.arches \"x86_64 aarch64 %{arm} %{ix86}\"" 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 count: 1
- modify_release: - modify_release:
- suffix: ".alma.1" - suffix: ".alma.2"
enabled: true enabled: true
- changelog_entry: - changelog_entry:
- name: "Andrei Lukoshko" - name: "Andrew Lukoshko"
email: "alukoshko@almalinux.org" email: "alukoshko@almalinux.org"
line: line:
- "Add support for versioned x86_64 arches" - "Add support for versioned x86_64 arches"
- "Add riscv64 to EFI architectures"
- add_files: - add_files:
- type: "patch" - type: "patch"