Add riscv64 to EFI architectures
This commit is contained in:
parent
aea0a44eb8
commit
55dbfa41bd
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user