Compare commits

..

1 Commits

Author SHA256 Message Date
3179a9ddd2 Install both ramdisks in the ipa downloader
Some checks failed
Build PR in OBS / Build PR in OBS (pull_request_target) Failing after 2m29s
- Make the different ipa-ramdisk packages installable side by side
- Clean the ipa-downloader Dockerfile from what seems to be unneeded
- Get both images in
- Use zstd instead of xz for better speed
- Check sums before redoing certs integration
- Add value to metal3 chart to select between architectures
- Get the two ESP available as well

Signed-off-by: Nicolas Belouin <nicolas.belouin@suse.com>
2025-03-04 16:08:21 +01:00

View File

@@ -65,7 +65,7 @@ rpm2cpio %{SOURCE1} | cpio --extract --unconditional --preserve-modification-tim
# purely repackaged
cp -a * %{buildroot}
rm -rf %{buildroot}/usr/lib64/efi
rm /etc/uefi/certs/BCA4E38E-shim.crt /usr/sbin/shim-install /usr/share/doc/packages/shim/COPYRIGHT
rm %{buildroot}/etc/uefi/certs/BCA4E38E-shim.crt %{buildroot}/usr/sbin/shim-install %{buildroot}/usr/share/doc/packages/shim/COPYRIGHT
%files aarch64
%defattr(-,root,root)